mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Fix image resizing for later version of Intervention
This commit is contained in:
parent
13cf11368f
commit
55415e8f56
|
@ -288,6 +288,7 @@ return [
|
||||||
'Html' => 'Collective\Html\HtmlFacade',
|
'Html' => 'Collective\Html\HtmlFacade',
|
||||||
'Google2FA' => PragmaRX\Google2FA\Vendor\Laravel\Facade::class,
|
'Google2FA' => PragmaRX\Google2FA\Vendor\Laravel\Facade::class,
|
||||||
'Debugbar' => Barryvdh\Debugbar\Facade::class,
|
'Debugbar' => Barryvdh\Debugbar\Facade::class,
|
||||||
|
'Image' => Intervention\Image\ImageManagerStatic::class,
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue