Skip to content

Commit

Permalink
update service provider
Browse files Browse the repository at this point in the history
Signed-off-by: Suhayb Wardany <[email protected]>
  • Loading branch information
suwardany committed Jan 30, 2017
1 parent eb725bc commit 3c9b515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/InterpretServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class InterpretServiceProvider extends ServiceProvider {
*/
public function register()
{
$this->app['interpreter'] = $this->app->share(function($app)
$this->app->singleton('interpreter', function($app)
{
return new Interpreter;
});
Expand Down

0 comments on commit 3c9b515

Please sign in to comment.