@@ -7,7 +7,7 @@ |
||
7 | 7 | |
8 | 8 | class AccessManager |
9 | 9 | { |
10 | - protected $securityContext; |
|
10 | + protected $securityContext; |
|
11 | 11 | protected $doctrine; |
12 | 12 | |
13 | 13 | public function __construct(Registry $doctrine, SecurityContext $context) |
@@ -13,7 +13,7 @@ |
||
13 | 13 | public function __construct(Registry $doctrine, SecurityContext $context) |
14 | 14 | { |
15 | 15 | $this->securityContext = $context; |
16 | - $this->doctrine = $doctrine; |
|
16 | + $this->doctrine = $doctrine; |
|
17 | 17 | } |
18 | 18 | |
19 | 19 | public function canAccess($type) |