1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

Apply fixes from StyleCI

This commit is contained in:
luceos
2020-06-20 02:25:53 +00:00
committed by StyleCI Bot
parent eb1e364424
commit c925f92f79

View File

@@ -32,7 +32,7 @@ return [
(new Extend\Model(User::class))
->dateAttribute('suspended_until'),
new Extend\Locales(__DIR__ . '/locale'),
new Extend\Locales(__DIR__.'/locale'),
function (Dispatcher $events) {
$events->subscribe(Listener\AddUserSuspendAttributes::class);