Merge pull request #3727 from cakephp/master-fix

remove wrong App::uses() call
This commit is contained in:
ADmad 2014-06-17 11:06:53 +05:30
commit 4a7c3582d0

View file

@ -18,8 +18,6 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License * @license http://www.opensource.org/licenses/mit-license.php MIT License
*/ */
App::uses('Scaffold', 'View');
/** /**
* Scaffolding is a set of automatic actions for starting web development work faster. * Scaffolding is a set of automatic actions for starting web development work faster.
* *