Devise\Support\SupportServiceProvider::register PHP Method

register() public method

Register the service provider.
public register ( ) : void
return void
    public function register()
    {
        $this->registerSortable();
        $this->app->instance('Framework', function () {
            return new \Devise\Support\Framework();
        });
    }