Merge branch '6.4' into 7.3

* 6.4:
  Fix method name for retrieving workflow configuration
This commit is contained in:
Javier Eguiluz
2026-01-05 16:59:15 +01:00

View File

@@ -197,7 +197,7 @@ Below is the configuration for the pull request state machine.
use Symfony\Config\FrameworkConfig;
return static function (FrameworkConfig $framework): void {
$pullRequest = $framework->workflows()->workflows('pull_request');
$pullRequest = $framework->workflows()->workflow('pull_request');
$pullRequest
->type('state_machine')