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