mirror of
https://github.com/Intervention/image.git
synced 2025-08-20 12:41:23 +02:00
@@ -47,7 +47,7 @@ class ImageServiceProviderLaravel5 extends ServiceProvider
|
|||||||
);
|
);
|
||||||
|
|
||||||
// create image
|
// create image
|
||||||
$app['image'] = $app->share(function ($app) {
|
$app->singleton('image', function ($app) {
|
||||||
return new ImageManager($app['config']->get('image'));
|
return new ImageManager($app['config']->get('image'));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user