timestamps false for LabelsAssigned
timestamps false for LabelsAssigned
This commit is contained in:
parent
266d67f986
commit
aadfc481ac
|
@ -11,6 +11,8 @@ class LabelsAssigned extends Model
|
|||
|
||||
public $incrementing = false;
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
public $table = 'labels_assigned';
|
||||
|
||||
protected $fillable = ['label_id', 'service_id'];
|
||||
|
|
Loading…
Reference in New Issue
Block a user