@ -45,7 +45,7 @@ class Store extends BaseModel
public static function detail(int $storeId)
{
try {
return self::withoutGlobalScope()
$list = self::withoutGlobalScope()
->with(['logoImage'])
->where('store_id', '=', $storeId)
->find();