Test Setup Failed
Push — master ( 68c1df...e828dd )
by giu
03:44
created
src/Controller/Admin/UsersController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     public function beforeFilter(EventInterface $event) {
16 16
         parent::beforeFilter($event);
17 17
         //$this->Auth->allow('add','login','logout');
18
-        $this->Authentication->addUnauthenticatedActions(['add','index','edit']);
18
+        $this->Authentication->addUnauthenticatedActions(['add', 'index', 'edit']);
19 19
     }
20 20
 
21 21
     /**
Please login to merge, or discard this patch.