Skip to content

Commit 154e6b2

Browse files
authored
Update Security.php
1 parent fbc3dac commit 154e6b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Security.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ final class Security extends \Nette\Application\UI\Control
2020
private $security;
2121

2222
public function __construct(array $security)
23-
{
24-
parent::__construct();
25-
23+
{
2624
$this->security = $security;
2725
}
2826
protected function beforeRender() : void

0 commit comments

Comments
 (0)