Skip to content

Commit

Permalink
added SelfManagedInterface for entity generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadariaga committed Aug 11, 2023
1 parent 5954470 commit 570640c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Domain/Model/SelfManagedInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace Ivoz\Core\Domain\Model;

/**
* Prevent entity generator from modifying classes that implement this interface
*/
interface SelfManagedInterface
{
}

0 comments on commit 570640c

Please sign in to comment.