Merge pull request #1473 from ADmad/feature/deprecate-consoleshell

Feature/deprecate consoleshell
This commit is contained in:
Mark Story 2013-08-02 18:26:40 -07:00
commit bbd46c9a86

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 {