Skip to content

Commit

Permalink
Update EventModule.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wehowski authored Jun 18, 2020
1 parent aaf9679 commit 8878478
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Webfan/App/EventModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
*/
namespace Webfan\App;
use webfan\hps\Event;
use Webfan\Homepagesystem\EventFlow\StateVM;
use Webfan\Homepagesystem\EventFlow\StateVM2;

class EventModule
{


const MODEL = StateVM::class;
protected $action;
const MODEL = StateVM2::class;
protected $action;
protected static $emitters = [];
protected $emitter = null;
protected $mark;
Expand Down

0 comments on commit 8878478

Please sign in to comment.