diff --git a/lib/Cake/Console/Command/AppShell.php b/app/Console/Command/AppShell.php similarity index 85% rename from lib/Cake/Console/Command/AppShell.php rename to app/Console/Command/AppShell.php index 7cbf6e006ec..6aec5622412 100644 --- a/lib/Cake/Console/Command/AppShell.php +++ b/app/Console/Command/AppShell.php @@ -19,13 +19,12 @@ App::uses('Shell', 'Console'); /** - * This is a placeholder class. - * Create the same file in app/Console/Command/AppShell.php + * Application Shell * * Add your application-wide methods in the class below, your shells * will inherit them. * - * @package Cake.Console + * @package app.Console.Command */ class AppShell extends Shell { diff --git a/lib/Cake/Console/Templates/skel/Console/Command/AppShell.php b/lib/Cake/Console/Templates/skel/Console/Command/AppShell.php new file mode 100644 index 00000000000..6aec5622412 --- /dev/null +++ b/lib/Cake/Console/Templates/skel/Console/Command/AppShell.php @@ -0,0 +1,31 @@ +