mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 13:59:27 +08:00
Applied fixes from StyleCI
This commit is contained in:
parent
a16b531fbc
commit
9455ca16d1
@ -20,4 +20,4 @@ return function (Dispatcher $events) {
|
||||
$events->subscribe(Listener\SaveSuspensionToDatabase::class);
|
||||
|
||||
$events->subscribe(Access\UserPolicy::class);
|
||||
};
|
||||
};
|
||||
|
@ -32,4 +32,3 @@ class UserPolicy extends AbstractPolicy
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user