first upload all files
This commit is contained in:
13
Modules/Cart/CartCondition.php
Normal file
13
Modules/Cart/CartCondition.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Cart;
|
||||
|
||||
use Darryldecode\Cart\CartCondition as DarryldecodeCartCondition;
|
||||
|
||||
class CartCondition extends DarryldecodeCartCondition
|
||||
{
|
||||
public function getAttribute($key, $default = null)
|
||||
{
|
||||
return array_get($this->getAttributes(), $key, $default);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user