Flarum\Admin\AdminServiceProvider::getWebAppAssets PHP Method

getWebAppAssets() protected method

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