Fix image resizing for later version of Intervention

This commit is contained in:
snipe 2016-12-27 17:31:29 -08:00
parent 13cf11368f
commit 55415e8f56

View file

@ -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,
], ],