Update command subscriber to fire system events

This commit is contained in:
James Brooks
2016-08-03 12:34:43 +01:00
parent 6b6eeb9a3e
commit e6227301fd
3 changed files with 81 additions and 5 deletions
@@ -93,6 +93,9 @@ class EventServiceProvider extends ServiceProvider
'CachetHQ\Cachet\Bus\Events\System\SystemWasInstalledEvent' => [
//
],
'CachetHQ\Cachet\Bus\Events\System\SystemWasResetEvent' => [
//
],
'CachetHQ\Cachet\Bus\Events\System\SystemWasUpdatedEvent' => [
//
],