Skip to content

Commit

Permalink
Fix for asset log incorrectly using soft deletes
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Feb 6, 2015
1 parent 42f8a35 commit feeef4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models/Actionlog.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

class Actionlog extends Eloquent
{
use SoftDeletingTrait;
protected $dates = ['deleted_at'];


protected $table = 'asset_logs';
public $timestamps = false;
Expand Down

0 comments on commit feeef4b

Please sign in to comment.