Просмотр файла vendor/doctrine/dbal/src/Event/TransactionRollBackEventArgs.php

Размер файла: 152B
<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Event;

/** @deprecated */
class TransactionRollBackEventArgs extends TransactionEventArgs
{
}