Add var creation in templating
This commit is contained in:
parent
423501d1a4
commit
b5288fc554
|
@ -28,6 +28,7 @@ namespace controllers\internals;
|
||||||
'if',
|
'if',
|
||||||
'for',
|
'for',
|
||||||
'apply',
|
'apply',
|
||||||
|
'set',
|
||||||
];
|
];
|
||||||
|
|
||||||
$filters = [
|
$filters = [
|
||||||
|
|
Loading…
Reference in New Issue