Remove Session from App Components list.

This commit is contained in:
Isaac Connor 2019-08-12 15:36:40 -04:00
parent c2e1293472
commit a63b6486b9
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ class AppController extends Controller {
use CrudControllerTrait;
public $components = [
'Session', // We are going to use SessionHelper to check PHP session vars
'RequestHandler',
'Crud.Crud' => [
'actions' => [