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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user