Skip to content

Commit

Permalink
[5.6] Delete unneeded code after laravel#25392
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed Sep 1, 2018
1 parent 7d4ff15 commit 9dbfd9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Database/DatabaseSoftDeletingTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,4 @@ public function getUpdatedAtColumn()
{
return defined('static::UPDATED_AT') ? static::UPDATED_AT : 'updated_at';
}

public function syncOriginal()
{
}
}

0 comments on commit 9dbfd9a

Please sign in to comment.