Update path to twig template with new syntax

This commit is contained in:
2023-07-28 12:16:50 +02:00
parent 55b8502896
commit e839b03cc9
111 changed files with 220 additions and 223 deletions

View File

@@ -578,13 +578,12 @@ class CRUDController extends AbstractController
/**
* Customize template parameters.
*
* @param mixed $entity
*
* @return array
*/
protected function generateTemplateParameter(
string $action,
$entity,
mixed $entity,
Request $request,
array $defaultTemplateParameters = []
) {