timestamps false for LabelsAssigned

timestamps false for LabelsAssigned
This commit is contained in:
cp6 2023-09-11 23:32:07 +10:00
parent 266d67f986
commit aadfc481ac

View File

@ -11,6 +11,8 @@ class LabelsAssigned extends Model
public $incrementing = false;
public $timestamps = false;
public $table = 'labels_assigned';
protected $fillable = ['label_id', 'service_id'];