Update src/View/SSViewer_BasicIteratorSupport.php

Co-authored-by: Robbie Averill <robbie@averill.co.nz>
This commit is contained in:
Andrew Aitken-Fincham 2020-06-18 21:39:32 +01:00 committed by GitHub
parent 7c95237e8d
commit 34f660a311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ class SSViewer_BasicIteratorSupport implements TemplateIteratorProvider
*/
public function First()
{
Deprecation::notice('5.0', 'Use IsFirst() to avoid clashes with SS_Lists');
Deprecation::notice('5.0.0', 'Use IsFirst() to avoid clashes with SS_Lists');
return $this->IsFirst();
}