mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-23 16:22:10 +01:00
Merge branch '6.4' into 7.3
* 6.4: Fix method name for retrieving workflow configuration
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user