Skip to content

Commit

Permalink
Ajout d'extensions GetSetDate et ChangeSet
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume DUBOST committed Feb 21, 2020
1 parent 58ecad5 commit 60d137f
Show file tree
Hide file tree
Showing 8 changed files with 980 additions and 636 deletions.
2 changes: 2 additions & 0 deletions Tests/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use ETNA\Doctrine\Extensions\UpdatedAt;
use ETNA\Doctrine\Extensions\DoNotDelete;
use ETNA\Doctrine\Entity\AbstractEntity;
use ETNA\Doctrine\Extensions\GetSetDate;

/**
* @Entity(repositoryClass="Tests\ModelRepository")
Expand All @@ -19,6 +20,7 @@ class Model extends AbstractEntity
use CreatedAt;
use UpdatedAt;
use DoNotDelete;
use GetSetDate;

private $model_value;

Expand Down
Loading

0 comments on commit 60d137f

Please sign in to comment.