We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5696a98 commit 599c06aCopy full SHA for 599c06a
src/Controller/AppController.php
@@ -43,6 +43,8 @@ public function initialize()
43
44
$this->loadComponent('RequestHandler');
45
$this->loadComponent('Flash');
46
+ $this->loadComponent('Security');
47
+ $this->loadComponent('Csrf');
48
}
49
50
/**
0 commit comments