Deprecated ConsoleShell

This commit is contained in:
ADmad 2013-08-03 03:04:32 +05:30
parent d7bc432202
commit a2e818e509

View file

@ -19,6 +19,7 @@ App::uses('AppShell', 'Console/Command');
* Provides a very basic 'interactive' console for CakePHP apps.
*
* @package Cake.Console.Command
* @deprecated Deprecated since version 2.4, will be removed in 3.0
*/
class ConsoleShell extends AppShell {