itskp-odense/vendor/illuminate/database/Events/TransactionRolledBack.php

9 lines
109 B
PHP
Raw Permalink Normal View History

2021-06-01 08:17:03 +00:00
<?php
namespace Illuminate\Database\Events;
class TransactionRolledBack extends ConnectionEvent
{
//
}