added pointer interfaces for jobs

This commit is contained in:
Denis Duliçi
2021-09-06 11:53:57 +03:00
parent abd55133f1
commit c08a8cfc4e
63 changed files with 635 additions and 1524 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace App\Interfaces\Job;
interface ShouldUpdate
{
//
}