ShouldHandleEventsAfterCommit.php 98 B

12345678
  1. <?php
  2. namespace Illuminate\Contracts\Events;
  3. interface ShouldHandleEventsAfterCommit
  4. {
  5. //
  6. }