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