invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 67 forks source link

Added App Request when creating new SteamAuth object. #49

Closed timetorock closed 7 years ago

timetorock commented 7 years ago

I forced next error:

 [Symfony\Component\Debug\Exception\FatalThrowableError]
  Type error: Argument 1 passed to Invisnik\LaravelSteamAuth\SteamAuth::__con
  struct() must be an instance of Illuminate\Http\Request, none given, called
   in /vendor/invisnik/laravel-steam-auth/src/SteamServiceProvider.php on line 33

on generating ide-helper meta for my project.

Also fix #38 .