Skip to content

Commit

Permalink
Adds missing Install command registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Dec 5, 2020
1 parent b9ac446 commit 4431bd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Providers/HoneyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use Illuminate\Routing\Router;
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\ServiceProvider;
use Lukeraymonddowning\Honey\Commands\InstallCommand;
use Lukeraymonddowning\Honey\Features;
use Lukeraymonddowning\Honey\Honey;
use Lukeraymonddowning\Honey\Http\Middleware\BlockSpammers;
Expand Down Expand Up @@ -84,6 +85,8 @@ public function console()
],
'honey'
);

$this->commands(InstallCommand::class);
}

protected function registerMiddleware()
Expand Down

0 comments on commit 4431bd7

Please sign in to comment.