mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
@@ -94,7 +94,7 @@ class ForumServiceProvider extends AbstractServiceProvider
|
||||
$assets->css(function (SourceCollector $sources) {
|
||||
$sources->addFile(__DIR__.'/../../less/forum.less');
|
||||
$sources->addString(function () {
|
||||
return $this->app->make(SettingsRepositoryInterface::class)->get('custom_less') ?? '';
|
||||
return $this->app->make(SettingsRepositoryInterface::class)->get('custom_less', '');
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user