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