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:
@@ -735,7 +735,7 @@ class Cart
|
|||||||
}
|
}
|
||||||
|
|
||||||
$stored = $this->getConnection()->table($this->getTableName())
|
$stored = $this->getConnection()->table($this->getTableName())
|
||||||
->where(['identifier'=> $identifier,'instance'=>$instance])->first();
|
->where(['identifier'=> $identifier, 'instance'=> $instance])->first();
|
||||||
|
|
||||||
$storedContent = unserialize($stored->content);
|
$storedContent = unserialize($stored->content);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user