Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #24 from WaveHack/master
Browse files Browse the repository at this point in the history
Add Laravel 5.4 support
  • Loading branch information
thomaswelton authored Jan 24, 2017
2 parents b9eeb9c + 2b109a4 commit 487ccea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelGravatarServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected function setupConfig()
*/
public function register()
{
$this->app['gravatar'] = $this->app->share(function ($app) {
$this->app->singleton('gravatar', function ($app) {
return new Gravatar($this->app['config']);
});
}
Expand Down

0 comments on commit 487ccea

Please sign in to comment.