mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 19:42:41 +00:00
Merge pull request #2350 from tuffz/formatting_app_uses_blocks
formatting app::uses blocks
This commit is contained in:
commit
384c3a815d
22 changed files with 23 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