9 lines
89 B
PHP
9 lines
89 B
PHP
<?php
|
|
|
|
namespace Illuminate\Contracts\Broadcasting;
|
|
|
|
interface ShouldBeUnique
|
|
{
|
|
//
|
|
}
|