Skip to content

Commit 1ca369a

Browse files
authored
Update FieldFactory.php $fields dynamic property forbidden in php8.2
1 parent aae994c commit 1ca369a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/FieldFactory.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

1616
class FieldFactory extends \Cron\FieldFactory
1717
{
18+
/**
19+
* @var array
20+
*/
21+
private $fields;
22+
1823
public function getField($position)
1924
{
2025
if (!isset($this->fields[$position])) {

0 commit comments

Comments
 (0)