image.php 310 B

12345678910
  1. <?php
  2. return [
  3. // Provide the default driver to use - eg a value of Imagick will use Image_Imagick as the driver class
  4. // If you set a value for this config key, then the Image::$default_driver static variable that was used
  5. // to configure earlier versions will be ignored.
  6. 'default_driver' => NULL,
  7. ];