removed redundant imports

This commit is contained in:
Denis Duliçi 2021-04-21 00:58:45 +03:00
parent 15ac33cb46
commit 980a384b33

View File

@ -10,8 +10,6 @@ use App\Models\Banking\Transaction;
use App\Models\Common\Company;
use App\Models\Common\Recurring;
use App\Models\Document\Document;
use App\Notifications\Purchase\Bill as BillNotification;
use App\Notifications\Sale\Invoice as InvoiceNotification;
use App\Utilities\Date;
use Illuminate\Console\Command;