mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 13:02:40 +00:00
formatting app::uses blocks (refs #2265)
This commit is contained in:
parent
d8acf531cb
commit
1e3865acc7
25 changed files with 29 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
* @since CakePHP(tm) v 2.4.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
|
||||
App::uses('AbstractPasswordHasher', 'Controller/Component/Auth');
|
||||
App::uses('Security', 'Utility');
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
* @since CakePHP(tm) v 2.4.0
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
|
||||
App::uses('AbstractPasswordHasher', 'Controller/Component/Auth');
|
||||
App::uses('Security', 'Utility');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue