First code for #1050

This commit is contained in:
James Cole
2017-12-28 11:38:40 +01:00
parent 9ab3848755
commit b65e1e022e
14 changed files with 575 additions and 4 deletions

View File

@@ -54,6 +54,7 @@ class EventServiceProvider extends ServiceProvider
// is a User related event.
Login::class => [
'FireflyIII\Handlers\Events\UserEventHandler@checkSingleUserIsAdmin',
'FireflyIII\Handlers\Events\VersionCheckEventHandler@checkForUpdates',
],
// is a User related event.