Make the new default_driver configuration backwards-compatible
[kohana-image.git] / config / image.php
blob2d8bb0432326d14efc766a215f93c1d1a64f9d8b
1 <?php defined('SYSPATH') OR die('No direct script access.');
3 return array(
4 // Provide the default driver to use - eg a value of Imagick will use Image_Imagick as the driver class
5 // If you set a value for this config key, then the Image::$default_driver static variable that was used
6 // to configure earlier versions will be ignored.
7 'default_driver' => NULL,
8 );