Rubenwouters\CrmLauncher\CrmLauncherServiceProvider::register PHP Method

register() public method

Register the application services.
public register ( ) : void
return void
    public function register()
    {
        $this->registerServiceProviders();
        $this->registerAliases();
        $this->registerMiddleware();
        $this->registerCrons();
    }