Comment tweak for CmsObjectCollection::where()

This commit is contained in:
Ben Thomson 2020-01-20 13:59:29 +08:00
parent b2d2d34c10
commit 9ecad139c4
1 changed files with 1 additions and 1 deletions

View File

@ -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