wesmiler 3 miesięcy temu
rodzic
commit
7015bd65ce
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/Api/StoreService.php

+ 1 - 1
app/Services/Api/StoreService.php

@@ -190,7 +190,7 @@ class StoreService extends BaseService
             ->select(['id','name'])
             ->orderByRaw("FIELD(user_id,".(implode(',',$ids)).") asc")
             ->get();
-        dump($parentStoreInfo);
+        dump($parentStoreInfo->toArray());
         $storeId = isset($parentStoreInfo['id'])?$parentStoreInfo['id'] : 0;
 
         $params = request()->all();