mirror of
https://github.com/Intervention/image.git
synced 2025-02-07 14:20:37 +01:00
commit
096b56a46e
@ -47,7 +47,7 @@ class ImageServiceProviderLaravel5 extends ServiceProvider
|
||||
);
|
||||
|
||||
// create image
|
||||
$app['image'] = $app->share(function ($app) {
|
||||
$app->singleton('image', function ($app) {
|
||||
return new ImageManager($app['config']->get('image'));
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user