Skip to content

Commit

Permalink
add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sileence committed Sep 16, 2020
1 parent b02a290 commit 63462fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Console/GeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ protected function qualifyModel(string $model)
}

return is_dir(app_path('Models'))
? $rootNamespace.'Models\\'.$model
: $rootNamespace.$model;
? $rootNamespace.'Models\\'.$model
: $rootNamespace.$model;
}

/**
Expand Down

0 comments on commit 63462fe

Please sign in to comment.