dyjh 6 년 전
부모
커밋
de1dfca0b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Admin/Album/AgentController.php

+ 1 - 1
app/Http/Controllers/Admin/Album/AgentController.php

@@ -27,7 +27,7 @@ class AgentController extends Controller
         if(!$this->repository) $this->repository = $repository;
         if(!$this->repository) $this->repository = $repository;
     }
     }
 
 
-    function index(Request $request) {dd($this->getStoreId());
+    function index(Request $request) {
         $search['keyword'] = $request->input('keyword');
         $search['keyword'] = $request->input('keyword');
         $search['status'] = $request->input('status') ?? -1;
         $search['status'] = $request->input('status') ?? -1;
         $query = $this->repository->pushCriteria(new AgentWhere($search, $this->getStoreId()));
         $query = $this->repository->pushCriteria(new AgentWhere($search, $this->getStoreId()));