remove import usage of use imagick in pallet print controller #392

Merged
jothi merged 1 commits from ranjith-dev into master 2026-02-25 04:03:57 +00:00
Showing only changes of commit cb3427ad13 - Show all commits

View File

@@ -7,7 +7,7 @@ use App\Models\Plant;
use App\Models\WireMasterPacking;
use Illuminate\Http\Request;
use Barryvdh\DomPDF\Facade\Pdf;
use Imagick;
class PalletPrintController extends Controller
{