Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from DoodZel/dev-custom
Browse files Browse the repository at this point in the history
support for laravel5.4
  • Loading branch information
zgabievi authored Feb 8, 2017
2 parents b134c6f + d02bcd0 commit bf500b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TBCServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function register()
{
$this->mergeConfigFrom(__DIR__.'/config.php', 'tbc');

$this->app['tbc'] = app()->share(function () {
$this->app->singleton('tbc', function () {
return new TBC();
});
}
Expand Down

0 comments on commit bf500b8

Please sign in to comment.