mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-08-04 07:02:13 +00:00
The ImageUtils class was moved from App\Services\Pdf to App\Support\Pdf but the blade templates were not updated to reflect this change. This caused 'Class App\Services\Pdf\ImageUtils not found' errors when generating PDFs for invoices, estimates, and payments. Updated namespace in 7 blade template files: - invoice1.blade.php - invoice2.blade.php - invoice3.blade.php - estimate1.blade.php - estimate2.blade.php - estimate3.blade.php - payment.blade.php