diff --git a/src/Commands/MigrationCommand.php b/src/Commands/MigrationCommand.php index 03afb0a..707fd90 100644 --- a/src/Commands/MigrationCommand.php +++ b/src/Commands/MigrationCommand.php @@ -35,8 +35,6 @@ class MigrationCommand extends Command */ public function handle() { - $this->line(__DIR__ .'/../views'); - $this->laravel->view->addNamespace('settings', __DIR__.'/../views'); $this->line('');