1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 13:10:24 +02:00

Apply fixes from StyleCI

This commit is contained in:
Alexander Skvortsov
2020-12-08 19:03:47 +00:00
committed by StyleCI Bot
parent 7a48da291e
commit 2bb5482f03

View File

@@ -56,7 +56,6 @@ return [
(new Extend\User())
->permissionGroups(RevokeAccessFromSuspendedUsers::class),
function (Dispatcher $events) {
$events->listen(ConfigureUserGambits::class, function (ConfigureUserGambits $event) {
$event->gambits->add(SuspendedGambit::class);