mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Moving an import.
This commit is contained in:
parent
fd8fb1225d
commit
dc03e4f26c
2 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
||||||
* @link http://cakephp.org CakePHP(tm) Project
|
* @link http://cakephp.org CakePHP(tm) Project
|
||||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||||
*/
|
*/
|
||||||
|
App::import('Core', 'Security');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An authentication adapter for AuthComponent. Provides the ability to authenticate using POST
|
* An authentication adapter for AuthComponent. Provides the ability to authenticate using POST
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
App::import('Component', 'auth/form_authenticate');
|
App::import('Component', 'auth/form_authenticate');
|
||||||
App::import('Model', 'AppModel');
|
App::import('Model', 'AppModel');
|
||||||
App::import('Core', 'CakeRequest');
|
App::import('Core', 'CakeRequest');
|
||||||
App::import('Core', 'Security');
|
|
||||||
|
|
||||||
require_once CAKE_TESTS . 'cases' . DS . 'libs' . DS . 'model' . DS . 'models.php';
|
require_once CAKE_TESTS . 'cases' . DS . 'libs' . DS . 'model' . DS . 'models.php';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue