fix some CS
This commit is contained in:
@@ -6,7 +6,7 @@ use Thelia\Model\Base\Base;
|
||||
|
||||
class Config extends Base
|
||||
{
|
||||
|
||||
|
||||
public function read($search, $default)
|
||||
{
|
||||
return $this->db->config()->where("name",$search)->fetch()?:$default;
|
||||
|
||||
Reference in New Issue
Block a user