diff --git a/Commands/ModelCommand.php b/Commands/ModelCommand.php index 3f4dfce2..8bf9ad62 100644 --- a/Commands/ModelCommand.php +++ b/Commands/ModelCommand.php @@ -116,6 +116,6 @@ private function getFillable() */ public function getDefaultNamespace() { - return 'Entities'; + return $this->laravel['modules']->config('paths.generator.model'); } }