TransactionCommitEventArgs.php 150 B

12345678910
  1. <?php
  2. declare(strict_types=1);
  3. namespace Doctrine\DBAL\Event;
  4. /** @deprecated */
  5. class TransactionCommitEventArgs extends TransactionEventArgs
  6. {
  7. }