Missing job added & Code refactoring

This commit is contained in:
EnesSacid-Buker
2022-06-01 17:11:11 +03:00
committed by GitHub
parent c8a5cc1cb1
commit 6239ad7f31
3 changed files with 27 additions and 6 deletions

View File

@ -11,11 +11,8 @@ use App\Jobs\Common\CreateContact;
use App\Jobs\Common\DeleteContact;
use App\Jobs\Common\DuplicateContact;
use App\Jobs\Common\UpdateContact;
use App\Models\Banking\Transaction;
use App\Models\Common\Contact;
use App\Models\Document\Document;
use App\Traits\Contacts;
use App\Utilities\Date;
class Customers extends Controller
{