Files
starter-kit/vendor/illuminate/contracts/Events/ShouldHandleEventsAfterCommit.php
2025-06-13 10:48:20 -10:00

9 lines
98 B
PHP

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