mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-22 04:30:32 +09:00
fix undefined $view
This commit is contained in:
@@ -55,6 +55,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)) {
|
||||
|
||||
Reference in New Issue
Block a user