Akaunting/app/Interfaces/Job/ShouldCreate.php

9 lines
72 B
PHP
Raw Normal View History

2021-09-06 08:53:57 +00:00
<?php
namespace App\Interfaces\Job;
interface ShouldCreate
{
//
}