akaunting/app/Interfaces/Job/HasSource.php
2021-09-07 10:33:34 +03:00

9 lines
69 B
PHP

<?php
namespace App\Interfaces\Job;
interface HasSource
{
//
}