Skip to content

Commit 46f57e2

Browse files
committed
Fix
1 parent ee542ec commit 46f57e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/GifCreateServiceProvider.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ public function register()
3232
'gif'
3333
);
3434
// create image
35-
$app['gif'] = $app->share(function ($app) {
36-
return new GifCreate($app['config']->get('gif'));
37-
});
35+
// $app['gif'] = $app->share(function ($app) {
36+
// return new GifCreate($app['config']->get('gif'));
37+
// });
3838
$app->alias('gif', 'Pomirleanu\GifCreate');
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)