no message
This commit is contained in:
parent
4e2ba8f2be
commit
f8ce6fc1a4
@ -51,7 +51,7 @@ final class User extends Base
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$aUser = ModelUser::where("class", '>', 0)->orderBy("id", "desc")->limit($iLimit)->get()->toArray();
|
$aUser = ModelUser::where("class", $sType, 0)->orderBy("id", "desc")->limit($iLimit)->get()->toArray();
|
||||||
|
|
||||||
foreach ($aUser as $row) {
|
foreach ($aUser as $row) {
|
||||||
$sMsg = json_encode($this->format($row), JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
|
$sMsg = json_encode($this->format($row), JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user