diff --git a/app/Service/HomeService.php b/app/Service/HomeService.php index e28761bb..410d20ab 100644 --- a/app/Service/HomeService.php +++ b/app/Service/HomeService.php @@ -52,6 +52,10 @@ class HomeService extends BaseService */ public function projectList(): array { + sleep(0.5); + $this->queryField = [ + 'title' => 'like' + ]; $this->where[] = [ 'status', '=', 1 ]; $this->with = [ 'frameworks:id,name',