Skip to content

Commit

Permalink
Remove deprecated revisions method from Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Feb 1, 2024
1 parent bffeedd commit 6a0ee22
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 6a0ee22

Please sign in to comment.