Browse Source

no message

master
weigang 5 years ago
parent
commit
8c47a1955e
  1. 2
      app/Service/v3/Implementations/StoreService.php

2
app/Service/v3/Implementations/StoreService.php

@ -50,6 +50,6 @@ class StoreService implements StoreServiceInterface
return Store::query()
->with('market')
->where('id',$storeId)
->first()->toArray();
->first();
}
}
Loading…
Cancel
Save