ShouldQueueAfterCommit.php 110 B

12345678
  1. <?php
  2. namespace Illuminate\Contracts\Queue;
  3. interface ShouldQueueAfterCommit extends ShouldQueue
  4. {
  5. //
  6. }