Silber\Bouncer\BouncerServiceProvider::registerCommands PHP Method

registerCommands() protected method

Register Bouncer's commands with artisan.
protected registerCommands ( ) : void
return void
    protected function registerCommands()
    {
        $this->commands(SeedCommand::class);
        $this->commands(UpgradeCommand::class);
    }