Skip to content

Commit

Permalink
Update MetaTagsServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
veneliniliev authored Jan 27, 2017
1 parent 8755ad9 commit 5535cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Torann/LaravelMetaTags/MetaTagsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function boot()
*/
public function register()
{
$this->app['metatag'] = $this->app->share(function ($app) {
$this->app['metatag'] = $this->app->singleton(function ($app) {
return new MetaTag(
$app['request'],
$app['config']['meta-tags'],
Expand Down

0 comments on commit 5535cdc

Please sign in to comment.