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