Skip to content

Commit

Permalink
fix mock data.
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed May 31, 2018
1 parent f27799c commit 10c549f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Database/DatabaseSoftDeletingTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,8 @@ public function getUpdatedAtColumn()
{
return defined('static::UPDATED_AT') ? static::UPDATED_AT : 'updated_at';
}

public function syncOriginal()
{
}
}

0 comments on commit 10c549f

Please sign in to comment.