Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
taxonomy_name = $model->taxonomy_name ?: 'global_label'; // default type is label
});
static::addGlobalScope('taxonomy_name', function (Builder $builder) {
$builder->where('taxonomy_name', '=', 'global_label');
});
}
public function getSettingsAttribute($value)
{
return \maybe_unserialize($value);
}
public function setSettingsAttribute($value)
{
$this->attributes['settings'] = maybe_serialize($value);
}
}