ShouldBeUnique.php 89 B

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