We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be6d3f4 + b74abfa commit 9ff9bc3Copy full SHA for 9ff9bc3
src/Spryker/Zed/EventBehavior/Communication/EventBehaviorCommunicationFactory.php
@@ -7,6 +7,13 @@
7
8
namespace Spryker\Zed\EventBehavior\Communication;
9
10
-class EventBehaviorCommunicationFactory
+use Spryker\Zed\Kernel\Communication\AbstractCommunicationFactory;
11
+
12
+/**
13
+ * @method \Spryker\Zed\EventBehavior\EventBehaviorConfig getConfig()
14
+ * @method \Spryker\Zed\EventBehavior\Persistence\EventBehaviorEntityManagerInterface getEntityManager()
15
+ * @method \Spryker\Zed\EventBehavior\Business\EventBehaviorFacadeInterface getFacade()
16
+ */
17
+class EventBehaviorCommunicationFactory extends AbstractCommunicationFactory
18
{
19
}
0 commit comments