mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Style CI fixes
This commit is contained in:
@@ -835,7 +835,7 @@ class Cart
|
|||||||
if ($this->countInstances() > 1) {
|
if ($this->countInstances() > 1) {
|
||||||
$data['instance'] = $this->currentInstance();
|
$data['instance'] = $this->currentInstance();
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->getConnection()->table($this->getTableName())->where($data)->exists();
|
return $this->getConnection()->table($this->getTableName())->where($data)->exists();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user