Skip to content

Commit

Permalink
Code refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jan 14, 2024
1 parent 41d00c3 commit f1e1d20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Models/Review.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ class Review extends Model
*/
protected $primaryKey = 'review_id';

/**
* @var array The model table column to convert to dates on insert/update
*/
public $timestamps = true;

protected $guarded = [];
Expand Down

0 comments on commit f1e1d20

Please sign in to comment.