Skip to content

Commit

Permalink
Merge pull request #49 from timetorock/development
Browse files Browse the repository at this point in the history
Added App Request when creating new SteamAuth object.
  • Loading branch information
invisnik authored Mar 25, 2017
2 parents 5cff9f6 + 738f8a9 commit 3a054df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SteamServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function boot()
public function register()
{
$this->app->singleton('steamauth', function () {
return new SteamAuth();
return new SteamAuth($this->app->request);
});
}

Expand Down

0 comments on commit 3a054df

Please sign in to comment.