Skip to content

Commit

Permalink
timestamps false for LabelsAssigned
Browse files Browse the repository at this point in the history
timestamps false for LabelsAssigned
  • Loading branch information
cp6 committed Sep 11, 2023
1 parent 266d67f commit aadfc48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Models/LabelsAssigned.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class LabelsAssigned extends Model

public $incrementing = false;

public $timestamps = false;

public $table = 'labels_assigned';

protected $fillable = ['label_id', 'service_id'];
Expand Down

0 comments on commit aadfc48

Please sign in to comment.