Updated Labels class to have table name

Updated Labels class to have table name
This commit is contained in:
cp6 2022-07-19 15:21:35 +10:00
parent aaac697774
commit cf386e8776

View File

@ -13,6 +13,8 @@ class Labels extends Model
public $incrementing = false;
protected $table = 'labels';
protected $fillable = ['id', 'label', 'server_id', 'server_id_2', 'domain_id', 'domain_id_2', 'shared_id', 'shared_id_2'];
public static function deleteLabelsAssignedTo($service_id)