Skip to content

Commit

Permalink
Merge pull request #1156 from ZaidBarghouthi/fix-zb-extra-quote
Browse files Browse the repository at this point in the history
Remove extra single quote
  • Loading branch information
mfn authored Feb 19, 2021
2 parents 4f42af1 + db83fb8 commit b21324b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ModelsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ protected function loadModels()
$dirs = glob($dir, GLOB_ONLYDIR);
foreach ($dirs as $dir) {
if (!is_dir($dir)) {
$this->error("Cannot locate directory '{'$dir}'");
$this->error("Cannot locate directory '{$dir}'");
continue;
}

Expand Down

0 comments on commit b21324b

Please sign in to comment.