Browse Source

Merge branch 'master' into v1.3

pull/21/head
Chris 7 years ago
parent
commit
a6484b801c
  1. 1
      app/Item.php

1
app/Item.php

@ -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…
Cancel
Save