mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
correcting reference to Dispatcher class
This commit is contained in:
parent
ae74dca1a5
commit
00ac0348bf
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class Shell extends Object {
|
||||||
* @access protected
|
* @access protected
|
||||||
*/
|
*/
|
||||||
function _welcome() {
|
function _welcome() {
|
||||||
$this->Dispatcher->clear();
|
$this->Dispatch->clear();
|
||||||
$this->out("\nWelcome to CakePHP v" . Configure::version() . " Console");
|
$this->out("\nWelcome to CakePHP v" . Configure::version() . " Console");
|
||||||
$this->out("---------------------------------------------------------------");
|
$this->out("---------------------------------------------------------------");
|
||||||
$this->out('App : '. $this->params['app']);
|
$this->out('App : '. $this->params['app']);
|
||||||
|
|
Loading…
Reference in a new issue