Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Merge 7d8d46b into 9e0b658
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayan committed Jun 15, 2018
2 parents 9e0b658 + 7d8d46b commit 034a787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stubs/projector.stub
Expand Up @@ -12,7 +12,7 @@ class DummyClass implements Projector
/*
* Here you can specify which event should trigger which method.
*/
protected $handlesEvents = [
public $handlesEvents = [
// EventHappened::class => 'onEventHappened',
];

Expand Down
2 changes: 1 addition & 1 deletion stubs/reactor.stub
Expand Up @@ -12,7 +12,7 @@ class DummyClass implements EventHandler
/*
* Here you can specify which event should trigger which method.
*/
protected $handlesEvents = [
public $handlesEvents = [
// EventHappened::class => 'onEventHappened',
];

Expand Down

0 comments on commit 034a787

Please sign in to comment.