There was an error while loading. Please reload this page.
1 parent 649cf5d commit e6931e6Copy full SHA for e6931e6
1 file changed
src/Registry/WorkflowRegistry.php
@@ -56,7 +56,7 @@ final class WorkflowRegistry implements WorkflowRegistryInterface
56
* @param array $config
57
* @param EventSubscriberInterface $eventSubscriber
58
*/
59
- public function __construct(array $config = [], EventSubscriberInterface $eventSubscriber, ResourceRegistryInterface $resourceRegistry = null)
+ public function __construct(array $config, EventSubscriberInterface $eventSubscriber, ResourceRegistryInterface $resourceRegistry = null)
60
{
61
$this->eventDispatcher = new EventDispatcher();
62
$this->workflowRegistry = new Registry();
0 commit comments