From 5ece86fb0ae746b2083e0ac7ac576b94814137b9 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 28 Jan 2020 22:09:17 -0700 Subject: [PATCH] Revert image driver breaking change, will delay --- config/image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/image.php b/config/image.php index 265942a81..eb77c9089 100644 --- a/config/image.php +++ b/config/image.php @@ -15,6 +15,6 @@ return [ | */ - 'driver' => env('IMAGE_DRIVER', 'imagick'), + 'driver' => env('IMAGE_DRIVER', 'gd'), ];