mirror of
https://github.com/Intervention/image.git
synced 2025-08-19 04:01:30 +02:00
@@ -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'));
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user