invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 67 forks source link

Upgrade laravel 5.2 -> 5.3 #39

Closed ImChiip closed 7 years ago

ImChiip commented 7 years ago

Hello ,

I recently decided to update my project laravel 5.2 to version 5.3 However everything worked except this package

I have an error

Object of class Invisnik\LaravelSteamAuth\SteamInfo could not be converted to string

http://image.prntscr.com/image/22865767ec6040df8297df98772eeb24.jpeg

I can provide other info if you wish

cordially

npabisz commented 7 years ago

Looks like magic method __get of Fluent isn't even called. Just tested it on PHP 7.0. However you can get attributes of SteamInfo this way $steamInfo->get('steamID64').

ImChiip commented 7 years ago

Hi @Yorkii

Thanks its work :)

psych0path1337 commented 7 years ago

@Yorkii could you help me with my problem? I have the same but ErrorException in helpers.php line 747 https://github.com/invisnik/laravel-steam-auth/issues/48