mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-06 07:27:17 +00:00
Fix bug
This commit is contained in:
@@ -24,7 +24,7 @@ final class SandboxExtension extends AbstractExtension
|
||||
private bool $sandboxedGlobally;
|
||||
private bool $sandboxed = false;
|
||||
private SecurityPolicyInterface $policy;
|
||||
private SourcePolicyInterface $sourcePolicy;
|
||||
private ?SourcePolicyInterface $sourcePolicy;
|
||||
|
||||
public function __construct(SecurityPolicyInterface $policy, $sandboxed = false, SourcePolicyInterface $sourcePolicy = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user