Skip to content

Commit 0e78fda

Browse files
committed
updated(dependencies): for tests/Traits/Tool/FakerTraitTest.php
1 parent 154d7d8 commit 0e78fda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/Traits/Tool/FakerTraitTest.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright 2024-2025 (C) IDMarinas - All Rights Reserved
44
*
5-
* Last modified by "IDMarinas" on 22/01/2025, 12:05
5+
* Last modified by "IDMarinas" on 23/01/2025, 21:40
66
*
77
* @project IDMarinas Common Bundle
88
* @see https://github.com/idmarinas/common-bundle
@@ -58,4 +58,7 @@ class Contact extends AbstractContact
5858
{
5959
#[Column(type: Types::JSON)]
6060
protected array $data = [];
61+
62+
#[Column]
63+
protected AbstractContact $entity;
6164
}

0 commit comments

Comments
 (0)