Skip to content

Commit

Permalink
Remove extra output line from artisan command
Browse files Browse the repository at this point in the history
  • Loading branch information
keyur-spinx committed Oct 10, 2016
1 parent a8284cf commit 47b8043
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Commands/MigrationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ class MigrationCommand extends Command
*/
public function handle()
{
$this->line(__DIR__ .'/../views');

$this->laravel->view->addNamespace('settings', __DIR__.'/../views');

$this->line('');
Expand Down

0 comments on commit 47b8043

Please sign in to comment.