mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding missing import. Fixes #1736
This commit is contained in:
parent
40c397b003
commit
f905237303
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
* @since CakePHP(tm) v 1.2.0.5012
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
App::uses('ComponentCollection', 'Controller');
|
||||
App::uses('AclComponent', 'Controller/Component');
|
||||
App::uses('DbAcl', 'Model');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue