App\Providers\WidgetServiceProvider::boot PHP 메소드

boot() 공개 메소드

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