Skip to content

Commit

Permalink
added auth component
Browse files Browse the repository at this point in the history
  • Loading branch information
anuj9196 authored Jun 22, 2017
1 parent 47028d7 commit 23e033c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/InstallController.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class InstallController extends AppController
*/
public function beforeFilter(Event $event) {
parent::beforeFilter($event);
$this->loadComponent('Auth');
$this->Auth->allow();
}

Expand Down

0 comments on commit 23e033c

Please sign in to comment.