Completed
Branch master (63293a)
by Benjamin
18:08
created
src/Alpixel/Bundle/UserBundle/Services/AccessManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.