We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154d7d8 commit 0e78fdaCopy full SHA for 0e78fda
tests/Traits/Tool/FakerTraitTest.php
@@ -2,7 +2,7 @@
2
/**
3
* Copyright 2024-2025 (C) IDMarinas - All Rights Reserved
4
*
5
- * Last modified by "IDMarinas" on 22/01/2025, 12:05
+ * Last modified by "IDMarinas" on 23/01/2025, 21:40
6
7
* @project IDMarinas Common Bundle
8
* @see https://github.com/idmarinas/common-bundle
@@ -58,4 +58,7 @@ class Contact extends AbstractContact
58
{
59
#[Column(type: Types::JSON)]
60
protected array $data = [];
61
+
62
+ #[Column]
63
+ protected AbstractContact $entity;
64
}
0 commit comments