Merge branch 'master' into v1.3
This commit is contained in:
commit
a6484b801c
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ class Item extends Model
|
|||
public function getConfigAttribute()
|
||||
{
|
||||
$output = null;
|
||||
$view = null;
|
||||
if(isset($this->description) && !empty($this->description)){
|
||||
$output = json_decode($this->description);
|
||||
if(isset($output->type) && !empty($output->type)) {
|
||||
|
|
Loading…
Reference in a new issue