i18n implementation into invoice module

This commit is contained in:
Peter Papp
2021-05-07 11:32:48 +02:00
parent 070f8b4d40
commit 73672bc023
31 changed files with 431 additions and 299 deletions

View File

@@ -195,7 +195,7 @@ class InvoiceController extends Controller
*/
public function destroy(Invoice $invoice)
{
//$invoice->delete();
$invoice->delete();
return response('Done', 204);
}