ponepaste/vendor/illuminate/database/Events/TransactionCommitted.php

9 lines
108 B
PHP
Raw Permalink Normal View History

<?php
namespace Illuminate\Database\Events;
class TransactionCommitted extends ConnectionEvent
{
//
}