11 lines
165 B
PHP
11 lines
165 B
PHP
|
<?php
|
||
|
|
||
|
namespace Nest\Model\Events;
|
||
|
|
||
|
/**
|
||
|
* Event fired when the entity definition function has been called.
|
||
|
*/
|
||
|
class EntityDefinitionEvent extends EntityEvent
|
||
|
{
|
||
|
}
|