1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +02:00

Fix FontAwesome path

This commit is contained in:
Toby Zerner
2015-05-06 12:12:22 +09:30
parent c6f368f045
commit bde9bf9378
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ class ForumServiceProvider extends ServiceProvider
$this->loadViewsFrom($root.'/views', 'flarum.forum');
$this->publishes([
$root.'/public/fonts' => public_path('flarum/fonts')
$root.'/public/fonts' => public_path('assets/fonts')
]);
include __DIR__.'/routes.php';