dyjh преди 6 години
родител
ревизия
f707724665
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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()));