Skip to content

Commit

Permalink
updated(dependencies): for tests/Traits/Tool/FakerTraitTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Jan 23, 2025
1 parent 154d7d8 commit 0e78fda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/Traits/Tool/FakerTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright 2024-2025 (C) IDMarinas - All Rights Reserved
*
* Last modified by "IDMarinas" on 22/01/2025, 12:05
* Last modified by "IDMarinas" on 23/01/2025, 21:40
*
* @project IDMarinas Common Bundle
* @see https://github.com/idmarinas/common-bundle
Expand Down Expand Up @@ -58,4 +58,7 @@ class Contact extends AbstractContact
{
#[Column(type: Types::JSON)]
protected array $data = [];

#[Column]
protected AbstractContact $entity;
}

0 comments on commit 0e78fda

Please sign in to comment.