mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 05:52:49 +08:00
Remove unused view code
This commit is contained in:
parent
54e12c8acc
commit
f25cc57f95
|
@ -32,8 +32,4 @@ return [
|
|||
(new Extend\Frontend('embed'))
|
||||
->js(__DIR__.'/js/dist/forum.js')
|
||||
->css(__DIR__.'/less/forum.less')
|
||||
|
||||
function (Factory $view) {
|
||||
$view->addNamespace('flarum-embed', __DIR__.'/views');
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user