Skip to content

Commit

Permalink
enable timestamps on event model
Browse files Browse the repository at this point in the history
  • Loading branch information
dbr0 committed Sep 10, 2018
1 parent 1896dfb commit ff62c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EmailLogEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class EmailLogEvent extends Model
*
* @var boolean
*/
public $timestamps = false;
public $timestamps = true;

/**
* The attributes that are mass assignable.
Expand Down

0 comments on commit ff62c28

Please sign in to comment.