diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index 2a23059..6fd0ab0 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -312,7 +312,7 @@ class ModelsCommand extends Command $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; }