App\Providers\WidgetServiceProvider::boot PHP Method

boot() public method

boot
public boot ( ) : void
return void
    public function boot()
    {
        $this->registerWidgets();
        $this->registerUIObject();
    }