mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
fix missing uses command in bake template. fixes #1770.
This commit is contained in:
parent
182a89b0a0
commit
1079889d9f
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::uses('Controller', 'Controller');
|
||||
|
||||
/**
|
||||
* Application Controller
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue