Selaa lähdekoodia

Revert image driver breaking change, will delay

Daniel Supernault 5 vuotta sitten
vanhempi
commit
5ece86fb0a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'),
 
 ];