Skip to content

Commit

Permalink
Fixed model timestamp attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
garf authored Nov 14, 2016
1 parent 16b6ccd commit bca2622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Conf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Conf extends Model
/**
* {@inheritdoc}
*/
protected $timestamps = false;
public $timestamps = false;

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

0 comments on commit bca2622

Please sign in to comment.