Browse Source

Deprecated ConsoleShell

ADmad 12 years ago
parent
commit
a2e818e509
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Cake/Console/Command/ConsoleShell.php

+ 1 - 0
lib/Cake/Console/Command/ConsoleShell.php

@@ -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 {