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 109cda6 commit 92e9075Copy full SHA for 92e9075
src/WorkflowRegistry.php
@@ -57,7 +57,7 @@ class WorkflowRegistry
57
*
58
* @throws \ReflectionException
59
*/
60
- public function __construct(array $config, ?array $registryConfig = null, EventsDispatcher $laravelDispatcher)
+ public function __construct(array $config, ?array $registryConfig, EventsDispatcher $laravelDispatcher)
61
{
62
$this->registry = new Registry();
63
$this->config = $config;
0 commit comments