mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
removing DS, App::core('Console') already ends with DS
This commit is contained in:
parent
4d76840d44
commit
661a0cca23
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ class ProjectTask extends Shell {
|
|||
))->addOption('empty', array(
|
||||
'help' => __d('cake_console', 'Create empty files in each of the directories. Good if you are using git')
|
||||
))->addOption('skel', array(
|
||||
'default' => current(App::core('Console')) . DS . 'templates' . DS . 'skel',
|
||||
'default' => current(App::core('Console')) . 'templates' . DS . 'skel',
|
||||
'help' => __d('cake_console', 'The directory layout to use for the new application skeleton. Defaults to cake/console/templates/skel of CakePHP used to create the project.')
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue