Add event action storage. Closes #2344

This commit is contained in:
James Brooks
2017-02-03 22:34:13 +00:00
parent c2790e29cc
commit 3dc154dff1
92 changed files with 1512 additions and 128 deletions
@@ -21,6 +21,9 @@ class EventServiceProvider extends ServiceProvider
* @var array
*/
protected $listen = [
'CachetHQ\Cachet\Bus\Events\ActionInterface' => [
'CachetHQ\Cachet\Bus\Handlers\Events\ActionStorageHandler',
],
'CachetHQ\Cachet\Bus\Events\Beacon\BeaconFailedToSendEvent' => [
'CachetHQ\Cachet\Bus\Handlers\Events\Beacon\LogBeaconFailedHandler',
],