Skip to content

Commit 9ff9bc3

Browse files
Merge pull request #89 from spryker/bugfix/supesc-800/dev-communication-factory-extending-abstract-communication-factory
SUPESC-800 Fixed EventBehaviorCommunicationFactory.
2 parents be6d3f4 + b74abfa commit 9ff9bc3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/Spryker/Zed/EventBehavior/Communication/EventBehaviorCommunicationFactory.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
namespace Spryker\Zed\EventBehavior\Communication;
99

10-
class EventBehaviorCommunicationFactory
10+
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
1118
{
1219
}

0 commit comments

Comments
 (0)