4 lines
73 B
PHP
4 lines
73 B
PHP
|
<?php namespace Illuminate\Contracts\Queue;
|
||
|
|
||
|
interface ShouldBeQueued {}
|