We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d188b2a commit c9cf608Copy full SHA for c9cf608
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