Skip to content

Commit

Permalink
fix: provide default value
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Aug 21, 2024
1 parent 375d9ab commit 60a19d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/PodcasterDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class PodcasterDatabase
{
public function connect(string $dbType)
{
if (option('mauricerenck.podcaster.statsInternal') === false) {
if (option('mauricerenck.podcaster.statsInternal', false) === false) {
return null;
}

Expand Down

0 comments on commit 60a19d3

Please sign in to comment.