Simplify controllers

This commit is contained in:
James Cole
2017-07-30 13:42:30 +02:00
parent 8fcdb91ba3
commit c39c5492ea
9 changed files with 27 additions and 25 deletions

View File

@@ -235,7 +235,7 @@ class ImportController extends Controller
// get possible warning from configurator:
$warning = $configurator->getWarningMessage();
if(strlen($warning) > 0) {
if (strlen($warning) > 0) {
Session::flash('warning', $warning);
}