App\Providers\PluginServiceProvider::register PHP Method

register() public method

Register any application services.
public register ( ) : void
return void
    public function register()
    {
        $this->app->singleton('plugins', PluginManager::class);
    }