ShouldQueue.php 79 B

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