9 lines
82 B
PHP
Executable File
9 lines
82 B
PHP
Executable File
<?php
|
|
|
|
namespace Illuminate\Contracts\Queue;
|
|
|
|
interface ShouldBeUnique
|
|
{
|
|
//
|
|
}
|