We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2990e commit 4efe34eCopy full SHA for 4efe34e
src/Connnection/ConnectionServiceProvider.php
@@ -25,6 +25,9 @@ public function boot(Resolver $resolver){
25
} catch( \PDOException $e ) {
26
throw new Exceptions\TenantNotResolvedException("Tenant not resolved or does not exist");
27
}
28
+ catch(Exceptions\TenantNotResolvedException $errr){
29
+ // fallback to default connection
30
+ }
31
32
$this->publishes(array(
33
realpath(__DIR__.'/../migrations') => database_path('migrations')
0 commit comments