Skip to content

Commit

Permalink
added missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored and Gianluca Arbezzano committed Nov 28, 2015
1 parent 7d40c1d commit 397067f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/write-our-event-manager-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ We can write our event manager proxy with the following signature:
```php
namespace App\EventManager\Event;

use Penny\Event\EventInterface;
use Penny\Event\EventManagerInterface;
use Our\Awesome\EventManager;

Expand Down

0 comments on commit 397067f

Please sign in to comment.