Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pomirleanu committed Oct 17, 2016
1 parent ee542ec commit 46f57e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/GifCreateServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ public function register()
'gif'
);
// create image
$app['gif'] = $app->share(function ($app) {
return new GifCreate($app['config']->get('gif'));
});
// $app['gif'] = $app->share(function ($app) {
// return new GifCreate($app['config']->get('gif'));
// });
$app->alias('gif', 'Pomirleanu\GifCreate');
}
}
}

0 comments on commit 46f57e2

Please sign in to comment.