|
|
@@ -95,6 +95,9 @@ class UserService extends BaseService
|
|
|
*/
|
|
|
public static function paginate(array $search = [])
|
|
|
{
|
|
|
+ $aaa = static::findAll($search);
|
|
|
+
|
|
|
+
|
|
|
$limit = isset($search['limit']) ? $search['limit'] : 15;
|
|
|
$paginator = static::$MODEL::with(['wallet'])
|
|
|
->join('wallets', 'users.member_id', '=', 'wallets.member_id')
|