We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5bc24 commit d07fb5eCopy full SHA for d07fb5e
app/Item.php
@@ -55,6 +55,7 @@ public function scopePinned($query)
55
public function getConfigAttribute()
56
{
57
$output = null;
58
+ $view = null;
59
if(isset($this->description) && !empty($this->description)){
60
$output = json_decode($this->description);
61
if(isset($output->type) && !empty($output->type)) {
0 commit comments