From 8c47a1955ef80819f0f5f2ed8d622b92c0badf5a Mon Sep 17 00:00:00 2001 From: weigang Date: Wed, 16 Sep 2020 09:14:08 +0800 Subject: [PATCH] no message --- app/Service/v3/Implementations/StoreService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/v3/Implementations/StoreService.php b/app/Service/v3/Implementations/StoreService.php index ba84527..8389ae4 100644 --- a/app/Service/v3/Implementations/StoreService.php +++ b/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(); } } \ No newline at end of file