Skip to content

Commit

Permalink
Use new Frontend extender
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Jul 23, 2018
1 parent e4a98f1 commit 7cd7413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
use Illuminate\Contracts\Events\Dispatcher;

return [
(new Extend\Assets('forum'))
(new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js')
->asset(__DIR__.'/less/forum.less'),
->css(__DIR__.'/less/forum.less'),

(new Extend\Assets('admin'))
(new Extend\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js'),

(new Extend\Routes('api'))
Expand Down

0 comments on commit 7cd7413

Please sign in to comment.