added update interface for companies

This commit is contained in:
Denis Duliçi
2021-09-09 22:41:44 +03:00
parent 67f8be51c6
commit 640cafb133
2 changed files with 71 additions and 12 deletions

View File

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