diff --git a/Commands/GenerateProviderCommand.php b/Commands/GenerateProviderCommand.php index 976df64..592a7e6 100644 --- a/Commands/GenerateProviderCommand.php +++ b/Commands/GenerateProviderCommand.php @@ -74,7 +74,7 @@ protected function getTemplateContents() 'MODULE' => $this->getModuleName(), 'NAME' => $this->getFileName(), 'STUDLY_NAME' => $module->getStudlyName(), - 'MODULE_NAMESPACE' => $this->laravel['modules']->config('namespace'), + 'MODULE_NAMESPACE' => $this->laravel['modules']->config('namespace'), ]))->render(); } diff --git a/Commands/SeedCommand.php b/Commands/SeedCommand.php index 2c6edd6..255919d 100644 --- a/Commands/SeedCommand.php +++ b/Commands/SeedCommand.php @@ -126,4 +126,4 @@ protected function getOptions() array('database', null, InputOption::VALUE_OPTIONAL, 'The database connection to seed.'), ); } -} \ No newline at end of file +}