Update AdminReportController

pull/3097/head
Daniel Supernault 3 years ago
parent 30c1de9796
commit b37c805172
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -500,7 +500,7 @@ trait AdminReportController
return $account;
})
->filter(function($res) {
return isset($res['id']);
return $res && isset($res['id']);
})
->values();
}

Loading…
Cancel
Save