Skip to content

Commit

Permalink
Mark IdentityTrait as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
pulzarraider committed Aug 1, 2024
1 parent b53f881 commit aecdb9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Entity/Traits/IdentityTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
use Doctrine\DBAL\Types\Types;
use Doctrine\ORM\Mapping as ORM;

/**
* @deprecated Use IdentityIntTrait
*/
trait IdentityTrait
{
use NamedResourceTrait;
Expand Down

0 comments on commit aecdb9a

Please sign in to comment.