Browse Source

Revert image driver breaking change, will delay

Daniel Supernault 5 years ago
parent
commit
5ece86fb0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/image.php

+ 1 - 1
config/image.php

@@ -15,6 +15,6 @@ return [
     |
     */
 
-    'driver' => env('IMAGE_DRIVER', 'imagick'),
+    'driver' => env('IMAGE_DRIVER', 'gd'),
 
 ];