From 9e53ac07f04cba41ae9ca1e88bcfc13dfc1107ab Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 1 Feb 2024 14:40:23 +0000 Subject: [PATCH] [5.x] Remove deprecated `revisions` method from Collection (#9441) --- src/Entries/Collection.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/Entries/Collection.php b/src/Entries/Collection.php index a96358a074..2e287cb41c 100644 --- a/src/Entries/Collection.php +++ b/src/Entries/Collection.php @@ -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