Model/src/Events/BeforeDelete.php

11 lines
125 B
PHP
Raw Normal View History

2024-11-08 17:12:46 +01:00
<?php
namespace Nest\Model\Events;
/**
* Event fired before entity delete.
*/
class BeforeDelete extends EntityEvent
{
}