From 47b80430dcf1f6e6524a828907e54ce2f5caca93 Mon Sep 17 00:00:00 2001 From: Keyur Ajmera Date: Sun, 9 Oct 2016 20:39:46 -0700 Subject: [PATCH] Remove extra output line from artisan command --- src/Commands/MigrationCommand.php | 2 -- 1 file changed, 2 deletions(-) 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('');