Lavender\Cloud\Sina\Patcher\SaePatcherServiceProvider::register PHP Method

register() public method

Register the service provider.
public register ( ) : void
return void
    public function register()
    {
        $this->app['command.sae.patch'] = $this->app->share(function ($app) {
            return new Commands\Patch();
        });
        $this->commands('command.sae.patch');
    }
SaePatcherServiceProvider