removed indentation

This commit is contained in:
ukk1337 2014-02-04 13:47:50 +01:00
parent 9670a5af88
commit 60c289fd68

View file

@ -186,7 +186,7 @@ class ControllerTask extends BakeTask {
);
if (strtolower($wannaUseSession) === 'y') {
array_push($components, 'Session');
array_push($components, 'Session');
}
}
} else {