Skip to content

Commit 92e9075

Browse files
committed
PHP 8.4 support
1 parent 109cda6 commit 92e9075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkflowRegistry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class WorkflowRegistry
5757
*
5858
* @throws \ReflectionException
5959
*/
60-
public function __construct(array $config, ?array $registryConfig = null, EventsDispatcher $laravelDispatcher)
60+
public function __construct(array $config, ?array $registryConfig, EventsDispatcher $laravelDispatcher)
6161
{
6262
$this->registry = new Registry();
6363
$this->config = $config;

0 commit comments

Comments
 (0)