Skip to content

Commit fd0eb5a

Browse files
Update SettingsConfig.php
1 parent 913fa5d commit fd0eb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SettingsConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class SettingsConfig
1717
private string $settingsClass;
1818

1919
/** @var array<string> */
20-
private array $defaultValueLoadedProperties;
20+
private array $defaultValueLoadedProperties = [];
2121

2222
/** @var Collection<string, ?\Spatie\LaravelSettings\SettingsCasts\SettingsCast> */
2323
private Collection $casts;

0 commit comments

Comments
 (0)