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
@@ -0,0 +1,22 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace CachetHQ\Cachet\Bus\Events\System;
/**
* This is the system was reset event class.
*
* @author James Brooks <james@alt-three.com>
*/
final class SystemWasResetEvent implements SystemEventInterface
{
//
}