We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10135c commit fd698baCopy full SHA for fd698ba
1 file changed
src/Mapper/FormData.php
@@ -4,9 +4,11 @@
4
5
namespace Archette\FormUtils\Mapper;
6
7
+use AllowDynamicProperties;
8
use Doctrine\ORM\PersistentCollection;
9
use DateTime;
10
11
+#[AllowDynamicProperties]
12
class FormData
13
{
14
public function __construct(object $data)
0 commit comments