Skip to content

Commit

Permalink
Adding welcome message back to model task
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 15, 2009
1 parent b1de316 commit d609a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/console/libs/tasks/model.php
Expand Up @@ -85,6 +85,7 @@ class ModelTask extends Shell {
**/
function startup() {
App::import('Core', 'Model');
parent::startup();
}

/**
Expand Down

0 comments on commit d609a62

Please sign in to comment.