PHRAS-2769 add DeleteEvent file

This commit is contained in:
aynsix
2019-11-04 17:51:18 +04:00
parent 378f67c203
commit 97b579efc3

View File

@@ -0,0 +1,7 @@
<?php
namespace Alchemy\Phrasea\Core\Event\Record;
class DeleteEvent extends RecordEvent
{
}