mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Update path to twig template with new syntax
This commit is contained in:
@@ -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 = []
|
||||
) {
|
||||
|
Reference in New Issue
Block a user