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