MeijdenMedia

Results 7 comments of MeijdenMedia

@romanbican when will this be merged?

@laracasts can you please merge this PR? :)

Or maybe add an application wide setting which can be overridden on database (connection) level? Now I have to enable this feature for all my database separately. It's very annoying...

Just curious, why would you catch the Exception and run following code? ``` $this->connection->setAccessToken(null); $this->connection->setRefreshToken(null); $this->connection->connect(); ```

Yeah, but that means you've just lost the refresh token and you need to manually reconnect, right? How should this be handled in cronjobs f.e.? 🤔