mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Merge pull request #1473 from ADmad/feature/deprecate-consoleshell
Feature/deprecate consoleshell
This commit is contained in:
commit
bbd46c9a86
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue