mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Adding welcome message back to model task
This commit is contained in:
parent
b1de3166e9
commit
d609a62dc5
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ class ModelTask extends Shell {
|
|||
**/
|
||||
function startup() {
|
||||
App::import('Core', 'Model');
|
||||
parent::startup();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue