Adding welcome message back to model task

This commit is contained in:
mark_story 2009-05-15 00:03:53 -04:00
parent b1de3166e9
commit d609a62dc5

View file

@ -85,6 +85,7 @@ class ModelTask extends Shell {
**/
function startup() {
App::import('Core', 'Model');
parent::startup();
}
/**