mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 17:42:41 +00:00
Update ControllerTask.php
Removed $admin from message in regards to no controllers being baked in all() function
This commit is contained in:
parent
a981c7fa8c
commit
5605ff48ab
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class ControllerTask extends BakeTask {
|
|||
}
|
||||
|
||||
if (!$controllersCreated) {
|
||||
$this->out(__d('cake_console', 'No Controllers were baked, Models need to exist before Controllers can be baked.', $admin));
|
||||
$this->out(__d('cake_console', 'No Controllers were baked, Models need to exist before Controllers can be baked.'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue