mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-16 21:48:40 +00:00
automated phpcs fixes
This commit is contained in:
parent
0fe63c3981
commit
1cd93080c3
|
|
@ -83,7 +83,7 @@ final class BackendController extends Controller
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$pageLimit = 25;
|
$pageLimit = 25;
|
||||||
$view->data['pageLimit'] = $pageLimit;
|
$view->data['pageLimit'] = $pageLimit;
|
||||||
|
|
||||||
$mapper = AuditMapper::getAll()->with('createdBy');
|
$mapper = AuditMapper::getAll()->with('createdBy');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user