Flarum\Forum\ForumServiceProvider::getWebAppAssets PHP 메소드

getWebAppAssets() 보호된 메소드

protected getWebAppAssets ( ) : WebAppAssets
리턴 Flarum\Http\WebApp\WebAppAssets
    protected function getWebAppAssets()
    {
        return $this->app->make(WebApp::class)->getAssets();
    }