HighSpeaker/vendor/illuminate/contracts/Broadcasting/ShouldBeUnique.php
2022-12-24 22:10:40 +08:00

9 lines
89 B
PHP

<?php
namespace Illuminate\Contracts\Broadcasting;
interface ShouldBeUnique
{
//
}