Skip to content

Commit

Permalink
Default to app
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed May 1, 2024
1 parent 853791e commit 362dcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private function bootFields(): self
return $value;
}

$timezone = config('events.timezone');
$timezone = config('events.timezone', config('app.timezone'));

$collection = Collection::findByHandle($collectionHandle);

Expand Down

0 comments on commit 362dcef

Please sign in to comment.