changes to sms packages and option to create user
This commit is contained in:
@@ -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,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user