loadComponent('FormProtection');` * * @return void */ public function initialize(): void { parent::initialize(); $this->loadComponent('Flash'); /* * Enable the following component for recommended CakePHP form protection settings. * see https://book.cakephp.org/5/en/controllers/components/form-protection.html */ //$this->loadComponent('FormProtection'); } }