My laravel middleware is behaving funny in that anytime I use a middleware, either custom or any default laravel middleware,
I get this error
Object of class stdClass could not be converted to string
and whenever I trace the file the error is coming from, it targets
/vendor/laravel/framework/src/Illuminate/Database/Connection.php
.