mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Removed trailing whitespace.
This commit is contained in:
parent
0214ac403e
commit
a981c7fa8c
1 changed files with 2 additions and 2 deletions
|
@ -127,9 +127,9 @@ class ControllerTask extends BakeTask {
|
|||
$controllersCreated++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
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.', $admin));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue