Skip to content

Commit

Permalink
Fixed database model
Browse files Browse the repository at this point in the history
  • Loading branch information
garf authored Sep 27, 2016
1 parent 7d1351f commit 16b6ccd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Models/Conf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ class Conf extends Model
* @var string
*/
protected $table = 'laravel_conf';

/**
* {@inheritdoc}
*/
protected $timestamps = false;

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

0 comments on commit 16b6ccd

Please sign in to comment.