mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 09:32:14 +00:00
Searching frontend
This commit is contained in:
@@ -31,7 +31,7 @@ class OasisDevService
|
||||
))->count(14)
|
||||
->create([
|
||||
'user_id' => $user->id,
|
||||
'invoice_type' => 'regular_invoice'
|
||||
'invoice_type' => 'regular-invoice'
|
||||
]);
|
||||
|
||||
Invoice::factory(Invoice::class)
|
||||
@@ -45,7 +45,7 @@ class OasisDevService
|
||||
['client_id' => $clients[5]->id],
|
||||
))->create([
|
||||
'user_id' => $user->id,
|
||||
'invoice_type' => 'advance_invoice'
|
||||
'invoice_type' => 'advance-invoice'
|
||||
]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user