Nate Nolting

Results 1 issues of Nate Nolting

Looks like `session_has` and `session_get` are using `Illuminate\Session\SessionManager` instead of `Illuminate\Session\Store` after a recent composer update and is throwing an exception because `has` isn't on SessionManager, it's on Session\Store. Not...