9 lines
72 B
PHP
9 lines
72 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Interfaces\Job;
|
||
|
|
||
|
interface ShouldCreate
|
||
|
{
|
||
|
//
|
||
|
}
|