From 524ad620a3e97954232f80256b22e6452dae27ea Mon Sep 17 00:00:00 2001 From: Roberto Guido Date: Mon, 4 Dec 2023 17:36:24 +0100 Subject: [PATCH] fix minore --- code/app/Services/InvoicesService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/code/app/Services/InvoicesService.php b/code/app/Services/InvoicesService.php index 9bc3f8f1..9127bd52 100644 --- a/code/app/Services/InvoicesService.php +++ b/code/app/Services/InvoicesService.php @@ -3,6 +3,7 @@ namespace App\Services; use App\Exceptions\AuthException; +use App\Exceptions\IllegalArgumentException; use App\Gas; use App\Supplier; use App\Invoice;