diff --git a/app/Repositories/Shop/Customers.php b/app/Repositories/Shop/Customers.php index b5fefe1b..a4259c77 100644 --- a/app/Repositories/Shop/Customers.php +++ b/app/Repositories/Shop/Customers.php @@ -19,7 +19,6 @@ class Customers 'customer' => self::get($id, ['addresses', 'deliveries', 'orders'])->toArray(), 'deliveries' => Deliveries::getAll('sale_channel')->toArray(), ]; - dump($data); return $data; }