Skip to content

Commit db83fb8

Browse files
authored
Remove extra single quote
1 parent 4f42af1 commit db83fb8

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)