Skip to content

Commit 03738b9

Browse files
author
Robert Kummer
committed
fixed artisan service provider
1 parent 8e14f68 commit 03738b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Providers/ArtisanServiceProvider.php

-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ public function register()
4747
*/
4848
protected function registerCommands(array $commands)
4949
{
50-
if ( ! $this->app->runningInConsole()) {
51-
return;
52-
}
53-
5450
$registeredCommands = [];
5551
foreach ($commands as $key => $command) {
5652
if (is_numeric($key)) {

0 commit comments

Comments
 (0)