From 3244c1b306abd767a0fbef9735998618cdee93f0 Mon Sep 17 00:00:00 2001 From: Norris Oduro Date: Tue, 3 Nov 2020 14:05:55 +0000 Subject: [PATCH] Style CI fixes --- src/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cart.php b/src/Cart.php index 4619d88..c5492e6 100644 --- a/src/Cart.php +++ b/src/Cart.php @@ -835,7 +835,7 @@ class Cart if ($this->countInstances() > 1) { $data['instance'] = $this->currentInstance(); } - + return $this->getConnection()->table($this->getTableName())->where($data)->exists(); }