Skip to content

Commit 599c06a

Browse files
committed
Including security and csrf component
1 parent 5696a98 commit 599c06a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Controller/AppController.php

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ public function initialize()
4343

4444
$this->loadComponent('RequestHandler');
4545
$this->loadComponent('Flash');
46+
$this->loadComponent('Security');
47+
$this->loadComponent('Csrf');
4648
}
4749

4850
/**

0 commit comments

Comments
 (0)