Skip to content

Commit

Permalink
[5.x] Remove deprecated revisions method from Collection (#9441)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Feb 1, 2024
1 parent bffeedd commit 9e53ac0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Entries/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -615,17 +615,6 @@ public function pastDateBehavior($behavior = null)
->args(func_get_args());
}

/** @deprecated */
public function revisions($enabled = null)
{
return $this
->fluentlyGetOrSet('revisions')
->getter(function ($behavior) {
return $behavior ?? false;
})
->args(func_get_args());
}

public function revisionsEnabled($enabled = null)
{
return $this
Expand Down

0 comments on commit 9e53ac0

Please sign in to comment.