Browse Source

Revert image driver breaking change, will delay

Daniel Supernault 5 năm trước cách đây
mục cha
commit
5ece86fb0a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'),
 
 ];