App\Providers\WidgetBoxServiceProvider::boot PHP Method

boot() public method

boot
public boot ( ) : void
return void
    public function boot()
    {
        $registryManager = $this->app->make('xe.pluginRegister');
        $registryManager->add(WidgetBoxUIObject::class);
    }
WidgetBoxServiceProvider