HighSpeaker/vendor/illuminate/contracts/Broadcasting/ShouldBeUnique.php

9 lines
89 B
PHP
Raw Permalink Normal View History

2022-12-24 19:40:40 +05:30
<?php
namespace Illuminate\Contracts\Broadcasting;
interface ShouldBeUnique
{
//
}