We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc034b commit 16bd4c1Copy full SHA for 16bd4c1
app/Http/Middleware/Checks/IsInstalled.php
@@ -22,6 +22,7 @@ public function assert(): bool
22
try {
23
return
24
config('app.key') !== null &&
25
+ config('app.key') !== '' &&
26
Schema::hasTable('configs');
27
} catch (QueryException $e) {
28
// Authentication to DB failled.
0 commit comments