<?phpnamespace PrettusRepositoryEvents;/** * Class RepositoryEntityDeleted * @package PrettusRepositoryEvents */class RepositoryEntityDeleted extends RepositoryEventBase{ /** * @var string */ protected $action = "deleted";}