mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Update src/View/SSViewer_BasicIteratorSupport.php
Co-authored-by: Robbie Averill <robbie@averill.co.nz>
This commit is contained in:
parent
7c95237e8d
commit
34f660a311
@ -72,7 +72,7 @@ class SSViewer_BasicIteratorSupport implements TemplateIteratorProvider
|
|||||||
*/
|
*/
|
||||||
public function First()
|
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();
|
return $this->IsFirst();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user