You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix exception on fetching Auth api user info (barryvdh#889)
* Fix exception on fetching Auth api user info
I noticed such exception in my log during debugging API queries
```
[2018-11-23 01:25:43] local.ERROR: Debugbar exception: Method Illuminate\Database\Query\Builder::getAuthIdentifier does not exist.
```
So I've found a problem and fixed it
* Add missed use
0 commit comments