mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Importing File class, used by some methods.
This commit is contained in:
parent
148870f492
commit
2d9d4547f4
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
* @since CakePHP(tm) v 1.2
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
App::import('Core', 'File');
|
||||
|
||||
/**
|
||||
* Task class for creating new project apps and plugins
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue