We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e480f5 commit 3c3c4eaCopy full SHA for 3c3c4ea
src/Core/Streams/Events/StreamEvent.php
@@ -31,6 +31,8 @@
31
32
namespace ElementaryFramework\Core\Streams\Events;
33
34
+use ElementaryFramework\Core\Events\IEvent;
35
+
36
/**
37
* Stream Event
38
*
src/Core/Streams/IStream.php
@@ -31,6 +31,9 @@
namespace ElementaryFramework\Core\Streams;
+use ElementaryFramework\Core\Events\IEventEmitter;
+use ElementaryFramework\Core\Events\IEventReceiver;
* Stream Interface
39
0 commit comments