1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 12:10:51 +02:00

Remove unused view code

This commit is contained in:
Toby Zerner
2018-11-22 12:12:59 +10:30
parent 54e12c8acc
commit f25cc57f95

View File

@@ -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');
}
];