ShouldBeUnique.php 82 B

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