Skip to content

Commit

Permalink
Fixes #499 - timestamps in asset logs
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Feb 10, 2015
1 parent 5d3b84e commit c1600a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/Actionlog.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Actionlog extends Eloquent
protected $dates = ['deleted_at'];

protected $table = 'asset_logs';
public $timestamps = false;
public $timestamps = true;


public function assetlog()
Expand Down

0 comments on commit c1600a3

Please sign in to comment.