File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2121/**
2222 * @ORM\Entity(repositoryClass="App\Repository\OperationRepository")
2323 * @ORM\Table(name="operations")
24+ * @ORM\ChangeTrackingPolicy(value="DEFERRED_EXPLICIT")
2425 */
2526class Operation
2627{
Original file line number Diff line number Diff line change 1313
1414namespace App \Entity ;
1515
16- use Behat \Transliterator \Transliterator ;
1716use Doctrine \ORM \Mapping as ORM ;
1817use Symfony \Component \String \Slugger \AsciiSlugger ;
1918use Symfony \Component \Validator \Constraints as Assert ;
2019
2120/**
2221 * @ORM\Entity(repositoryClass="App\Repository\TagRepository")
2322 * @ORM\Table(name="tags")
23+ * @ORM\ChangeTrackingPolicy(value="DEFERRED_EXPLICIT")
2424 */
2525class Tag
2626{
Original file line number Diff line number Diff line change 2020/**
2121 * @ORM\Entity(repositoryClass="App\Repository\TagRuleRepository")
2222 * @ORM\Table(name="tag_rules")
23+ * @ORM\ChangeTrackingPolicy(value="DEFERRED_EXPLICIT")
2324 */
2425class TagRule
2526{
You can’t perform that action at this time.
0 commit comments