akaunting/app/Interfaces/Job/ShouldCreate.php
2021-09-06 11:53:57 +03:00

9 lines
72 B
PHP

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