dyjh 6 tahun lalu
induk
melakukan
f707724665
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Http/Controllers/Admin/Album/AgentController.php

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

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