Update Intervention/Image class to v3
This commit is contained in:
parent
58a03ef931
commit
6d5b298837
6 changed files with 84 additions and 46 deletions
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
use Intervention\Image\Drivers\Gd\Driver;
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|
@ -15,6 +17,6 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'driver' => 'gd',
|
||||
'driver' => Driver::class,
|
||||
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue