mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12117)
* Apply fixes from StyleCI * Disable style check
This commit is contained in:
@@ -15,7 +15,7 @@ class EventServiceProvider extends ServiceProvider
|
||||
protected $listen = [
|
||||
\Illuminate\Auth\Events\Login::class => ['App\Listeners\AuthEventListener@login'],
|
||||
\Illuminate\Auth\Events\Logout::class => ['App\Listeners\AuthEventListener@logout'],
|
||||
\App\Events\UserCreated::class => [MarkNotificationsRead::class]
|
||||
\App\Events\UserCreated::class => [MarkNotificationsRead::class],
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user