added domain logic for permission checks (#1803)
This commit is contained in:
@@ -14,7 +14,6 @@ use Doctrine\Common\Collections\Collection;
|
||||
interface EntityWithMetaFields
|
||||
{
|
||||
/**
|
||||
* @internal only here for symfony forms
|
||||
* @return Collection|MetaTableTypeInterface[]
|
||||
*/
|
||||
public function getMetaFields(): Collection;
|
||||
|
||||
Reference in New Issue
Block a user