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] constant definition typo in service provider
The affected line was meant to fallback to the default db connection if the user does not specify one in his .env file
But instead the default connection name was being passed to define() third parameter which is meant to set whether the constant should be case sensitive or not.
PHP 7.3 added a deprecation "Declaration of case-insensitive constants is deprecated" which causes an error
resolvesalways-open#133