fix code and add id for get

This commit is contained in:
2025-09-22 12:22:03 +03:30
parent 918ba2716c
commit 4864ade311
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ use App\Models\Damage;
use App\Services\Cartables\Damage\DamageService;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Maatwebsite\Excel\Excel;
use Maatwebsite\Excel\Facades\Excel;
use PhpOffice\PhpSpreadsheet\Exception;
use Symfony\Component\HttpFoundation\BinaryFileResponse;