mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-14 22:48:39 +00:00
Fix whitespace
This commit is contained in:
parent
ef9b22ce3a
commit
02bcc22ba2
|
|
@ -83,7 +83,7 @@ class ApiController extends Controller
|
||||||
{
|
{
|
||||||
$profiles = [];
|
$profiles = [];
|
||||||
$accounts = $request->getDataList('iaccount-idlist');
|
$accounts = $request->getDataList('iaccount-idlist');
|
||||||
|
|
||||||
foreach ($accounts as $account) {
|
foreach ($accounts as $account) {
|
||||||
$account = (int) \trim($account);
|
$account = (int) \trim($account);
|
||||||
$isInDb = ProfileMapper::getFor($account, 'account');
|
$isInDb = ProfileMapper::getFor($account, 'account');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user