| Current Path : /var/www/v3.cesa.co.za/vendor/doctrine/orm/src/Event/ |
| Current File : /var/www/v3.cesa.co.za/vendor/doctrine/orm/src/Event/PreRemoveEventArgs.php |
<?php
declare(strict_types=1);
namespace Doctrine\ORM\Event;
/** @phpstan-ignore class.extendsDeprecatedClass */
final class PreRemoveEventArgs extends LifecycleEventArgs
{
}