feat : sts
This commit is contained in:
@@ -30,7 +30,7 @@ class MySuggestListService extends BaseService
|
||||
*/
|
||||
public function handle(): array
|
||||
{
|
||||
$limit = $this->request->input('limit', 10);
|
||||
$limit = (int)$this->request->input('limit', 10);
|
||||
|
||||
$data = $this->suggestModel
|
||||
->where('user_id', $this->userId)
|
||||
|
||||
Reference in New Issue
Block a user