We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0273fe3 + c9cf608 commit 563be9cCopy full SHA for 563be9c
src/Theme/Provider.php
@@ -32,7 +32,7 @@ public function boot()
32
$dbConnectError = true;
33
}
34
35
- if (false === $dbConnectError) {
+ if (false === $dbConnectError && Schema::hasTable('configurations')) {
36
$repository = $this->app->get(ConfigurationInterface::class);
37
$activeTheme = $repository->getValueByKey('active_theme_identifier');
38
0 commit comments