fuc/vendor/illuminate/contracts/Events/ShouldDispatchAfterCommit.php
2025-02-23 13:30:57 +08:00

9 lines
94 B
PHP
Executable File

<?php
namespace Illuminate\Contracts\Events;
interface ShouldDispatchAfterCommit
{
//
}