Skip to content

Commit 35284c6

Browse files
committed
remove command tail
1 parent 73cadb9 commit 35284c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Foundation/Providers/ArtisanServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function register()
3636
return new EnvironmentCommand;
3737
});
3838

39-
$this->commands('command.tail', 'command.changes', 'command.environment');
39+
$this->commands( 'command.changes', 'command.environment');
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)