Update PurchaseOrderService.php

This commit is contained in:
Lars Kusch 2024-03-19 15:39:29 +01:00 committed by GitHub
parent ada84f0494
commit c5e4ed4b6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ use App\Jobs\EDocument\CreateEDocument;
use App\Models\PurchaseOrder;
use App\Utils\Ninja;
use App\Utils\Traits\MakesHash;
use Illuminate\Support\Facades\Storage;
class PurchaseOrderService
{