diff --git a/lib/Db/ContextNavigation.php b/lib/Db/ContextNavigation.php index 14702ace2..9f019d539 100644 --- a/lib/Db/ContextNavigation.php +++ b/lib/Db/ContextNavigation.php @@ -15,9 +15,9 @@ * @method setDisplayMode(int $value): void */ class ContextNavigation extends Entity implements \JsonSerializable { - protected ?int $shareId; - protected ?string $userId; - protected ?int $displayMode; + protected ?int $shareId = null; + protected ?string $userId = null; + protected ?int $displayMode = null; public function __construct() { $this->addType('shareId', 'integer');