Jonas Sandberg
Jonas Sandberg
I don't think you can at the moment. Looking closer at the code those tables are hardcoded. If you look at this file: src/Conductors/AssignsRoles.php You'll see the following function at...
Alright, so I did this // Controller function ``` $tags = []; $filters = []; $methods = []; $properties = []; $functions = []; $policy = new \Twig\Sandbox\SecurityPolicy($tags, $filters, $methods,...
Darn it, I totally missed that. Thanks a lot!