Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

Commit

Permalink
bindShared -> singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Feb 25, 2016
1 parent 07a66c2 commit a722731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SEOServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function register()
*/
protected function registerServices()
{
$this->app->bindShared('caffeinated.seo.metadata', function($app) {
$this->app->singleton('caffeinated.seo.metadata', function($app) {
return new Metadata($app['request']);
});
}
Expand Down

0 comments on commit a722731

Please sign in to comment.