mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
removed indentation
This commit is contained in:
parent
9670a5af88
commit
60c289fd68
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ class ControllerTask extends BakeTask {
|
|||
);
|
||||
|
||||
if (strtolower($wannaUseSession) === 'y') {
|
||||
array_push($components, 'Session');
|
||||
array_push($components, 'Session');
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue