diff --git a/extend.php b/extend.php index e8999c9..dc3f513 100644 --- a/extend.php +++ b/extend.php @@ -14,7 +14,7 @@ use Flarum\Extend; return [ - (new Extend\Frontend('forum'))->js(__DIR__ . '/js/dist/forum.js')->css(__DIR__ . '/less/forum.less'), + (new Extend\Frontend('forum'))->js(__DIR__.'/js/dist/forum.js')->css(__DIR__.'/less/forum.less'), - new Extend\Locales(__DIR__ . '/locale'), + new Extend\Locales(__DIR__.'/locale'), ];