mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Fixed BC Break from master (commit d072f35ea0
)
This commit is contained in:
parent
a18bbb0013
commit
5f6c9362a7
@ -32,7 +32,7 @@ class DescriptionFormTypeExtension extends AbstractTypeExtension
|
||||
*/
|
||||
public function buildView(FormView $view, FormInterface $form, array $options)
|
||||
{
|
||||
$view->setVar('description', $options['description']);
|
||||
$view->vars['description'] = $options['description'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user