akaunting/app/Interfaces/Job/HasSource.php

9 lines
69 B
PHP
Raw Permalink Normal View History

2021-09-07 10:33:34 +03:00
<?php
namespace App\Interfaces\Job;
interface HasSource
{
//
}