Skip to content

Commit b21324b

Browse files
authored
Merge pull request #1156 from ZaidBarghouthi/fix-zb-extra-quote
Remove extra single quote
2 parents 4f42af1 + db83fb8 commit b21324b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ModelsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ protected function loadModels()
312312
$dirs = glob($dir, GLOB_ONLYDIR);
313313
foreach ($dirs as $dir) {
314314
if (!is_dir($dir)) {
315-
$this->error("Cannot locate directory '{'$dir}'");
315+
$this->error("Cannot locate directory '{$dir}'");
316316
continue;
317317
}
318318

0 commit comments

Comments
 (0)