Compare commits
No commits in common. "f537506166549d63084ca52c7e4de362c9e0e065" and "6417e8e9f4686d0dcf6a68b6f9f23e6c9ceda315" have entirely different histories.
f537506166
...
6417e8e9f4
|
|
@ -18,12 +18,10 @@ return [
|
|||
(new Flarum\ServiceProvider())->register(Provider::class),
|
||||
|
||||
(new Flarum\Frontend('forum'))
|
||||
->js(__DIR__.'/js/dist/forum.js')
|
||||
->extensionID('sbp-seach'),
|
||||
->js(__DIR__.'/js/dist/forum.js'),
|
||||
(new Flarum\Frontend('admin'))
|
||||
->js(__DIR__.'/js/dist/admin.js')
|
||||
->css(__DIR__.'/resources/less/admin.less')
|
||||
->extensionID('sbp-seach'),
|
||||
->css(__DIR__.'/resources/less/admin.less'),
|
||||
|
||||
new Flarum\Locales(__DIR__.'/resources/locale'),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue