automated phpcs fixes

This commit is contained in:
Dennis Eichhorn 2023-05-31 13:21:46 +00:00
parent 0fe63c3981
commit 1cd93080c3

View File

@ -83,7 +83,7 @@ final class BackendController extends Controller
}
}
$pageLimit = 25;
$pageLimit = 25;
$view->data['pageLimit'] = $pageLimit;
$mapper = AuditMapper::getAll()->with('createdBy');