changes to sms packages and option to create user

This commit is contained in:
Simon Pocrnjič
2025-11-06 21:54:07 +01:00
parent ad8e0d5cee
commit 1395b72ae8
102 changed files with 1386 additions and 319 deletions
@@ -1,7 +1,6 @@
<?php
use App\Models\Client;
use App\Models\Contract;
use App\Models\Import;
use App\Models\User;
use Illuminate\Foundation\Testing\RefreshDatabase;
@@ -35,7 +34,7 @@
'status' => 'queued',
'meta' => [
'has_header' => true,
'columns' => ['contract.reference','account.reference','account.initial_amount'],
'columns' => ['contract.reference', 'account.reference', 'account.initial_amount'],
],
'import_template_id' => null,
]);