Skip to content

Commit 60a19d3

Browse files
committed
fix: provide default value
1 parent 375d9ab commit 60a19d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/PodcasterDatabase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class PodcasterDatabase
88
{
99
public function connect(string $dbType)
1010
{
11-
if (option('mauricerenck.podcaster.statsInternal') === false) {
11+
if (option('mauricerenck.podcaster.statsInternal', false) === false) {
1212
return null;
1313
}
1414

0 commit comments

Comments
 (0)