Skip to content

Commit fd698ba

Browse files
committed
Fix for php 8.2 and higher
1 parent f10135c commit fd698ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Mapper/FormData.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
namespace Archette\FormUtils\Mapper;
66

7+
use AllowDynamicProperties;
78
use Doctrine\ORM\PersistentCollection;
89
use DateTime;
910

11+
#[AllowDynamicProperties]
1012
class FormData
1113
{
1214
public function __construct(object $data)

0 commit comments

Comments
 (0)