mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-12 20:49:50 +00:00
Making schema shell work with app/console. No app prefix is needed.
This commit is contained in:
parent
c8b0267588
commit
e6ab0e22c7
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ class SchemaShell extends Shell {
|
|||
);
|
||||
$path = array(
|
||||
'help' => __('Path to read and write schema.php'),
|
||||
'default' => 'app/config/schema'
|
||||
'default' => CONFIGS . 'schema'
|
||||
);
|
||||
$file = array(
|
||||
'help' => __('File name to read and write.'),
|
||||
|
|
Loading…
Add table
Reference in a new issue