Searching frontend

This commit is contained in:
Peter Papp
2021-04-22 10:06:31 +02:00
parent 73861f814c
commit 3774a05edd
14 changed files with 111 additions and 40 deletions

View File

@@ -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'
]);
}
}