@@ -15,7 +15,7 @@ |
||
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 | /** |