mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 09:11:40 +08:00
Apply fixes from StyleCI
This commit is contained in:
parent
eb1e364424
commit
c925f92f79
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user