mirror of
https://github.com/flarum/core.git
synced 2025-07-27 19:50:20 +02:00
Use new core API for modifying WebAppView properties
This commit is contained in:
@@ -25,7 +25,7 @@ class EmbedWebApp extends WebApp
|
||||
$view->getCss()->addFile(__DIR__.'/../less/forum/extension.less');
|
||||
|
||||
$view->loadModule('flarum/embed/main');
|
||||
$view->setLayout(__DIR__.'/../views/embed.blade.php');
|
||||
$view->layout = __DIR__.'/../views/embed.blade.php';
|
||||
|
||||
return $view;
|
||||
}
|
||||
|
Reference in New Issue
Block a user