Fix Settings initialization error.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-12-04 02:51:43 -06:00
parent 37ce8c4ca2
commit c53be88ab1
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class Settings
* @OA\Property(example="")
* @var mixed[]|null Results of the latest update check.
*/
protected ?array $updateResults;
protected ?array $updateResults = null;
/**
* @return mixed[]|null