mirror of
https://github.com/symfony/framework-bundle.git
synced 2026-03-24 01:12:20 +01:00
fix visibility of ControllerHelper::createFormFlowBuilder()
This commit is contained in:
@@ -360,7 +360,7 @@ class ControllerHelper implements ServiceSubscriberInterface
|
||||
/**
|
||||
* Creates and returns a form flow builder instance.
|
||||
*/
|
||||
protected function createFormFlowBuilder(mixed $data = null, array $options = []): FormFlowBuilderInterface
|
||||
public function createFormFlowBuilder(mixed $data = null, array $options = []): FormFlowBuilderInterface
|
||||
{
|
||||
return $this->container->get('form.factory')->createBuilder(FormFlowType::class, $data, $options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user