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