Update AdminReportController

pull/3097/head
Daniel Supernault 2021-12-29 00:15:01 -07:00
rodzic 30c1de9796
commit b37c805172
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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