Silber\Bouncer\BouncerServiceProvider::register PHP Method

register() public method

Register any application services.
public register ( ) : void
return void
    public function register()
    {
        $this->registerClipboard();
        $this->registerCommands();
        $this->registerBouncer();
        $this->registerMorphs();
        $this->registerSeeder();
    }