From 9ecad139c4c200dfd94a3c96b537b2d93a99e97d Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Mon, 20 Jan 2020 13:59:29 +0800 Subject: [PATCH] Comment tweak for CmsObjectCollection::where() --- modules/cms/classes/CmsObjectCollection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cms/classes/CmsObjectCollection.php b/modules/cms/classes/CmsObjectCollection.php index 05e17e64a..c6a5ad52e 100644 --- a/modules/cms/classes/CmsObjectCollection.php +++ b/modules/cms/classes/CmsObjectCollection.php @@ -39,7 +39,7 @@ class CmsObjectCollection extends CollectionBase /** * Returns objects whose properties match the supplied value. * - * This is a wrapper for our custom `filterWhere` method, as the signature of this method changed in Laravel 6.0. + * This is a wrapper for our custom `applyWhereFilter` method, as the signature of this method changed in Laravel 6. * * @param string $key * @param mixed $operator