ShouldDispatchAfterCommit.php 94 B

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