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 913fa5d commit fd0eb5aCopy full SHA for fd0eb5a
src/SettingsConfig.php
@@ -17,7 +17,7 @@ class SettingsConfig
17
private string $settingsClass;
18
19
/** @var array<string> */
20
- private array $defaultValueLoadedProperties;
+ private array $defaultValueLoadedProperties = [];
21
22
/** @var Collection<string, ?\Spatie\LaravelSettings\SettingsCasts\SettingsCast> */
23
private Collection $casts;
0 commit comments