fix typo
This commit is contained in:
@@ -40,7 +40,7 @@ use Espo\ORM\Repository\Option\RemoveOptions;
|
|||||||
interface AfterRemove
|
interface AfterRemove
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Processed after an entity is remove from within a repository.
|
* Processed after an entity is removed from within a repository.
|
||||||
*
|
*
|
||||||
* @param TEntity $entity An entity.
|
* @param TEntity $entity An entity.
|
||||||
* @param RemoveOptions $options Options.
|
* @param RemoveOptions $options Options.
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ use Espo\ORM\Repository\Option\RemoveOptions;
|
|||||||
interface BeforeRemove
|
interface BeforeRemove
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Processed before an entity is remove from within a repository.
|
* Processed before an entity is removed from within a repository.
|
||||||
*
|
*
|
||||||
* @param TEntity $entity An entity.
|
* @param TEntity $entity An entity.
|
||||||
* @param RemoveOptions $options Options.
|
* @param RemoveOptions $options Options.
|
||||||
|
|||||||
Reference in New Issue
Block a user