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 4fcf0e3 commit ff2d57d
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 @@ -15,11 +15,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 ff2d57d

Please sign in to comment.