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