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

9 lines
89 B
PHP
Raw Permalink Normal View History

2024-08-09 19:46:39 +05:30
<?php
namespace Illuminate\Contracts\Broadcasting;
interface ShouldBeUnique
{
//
}