Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add default null to Instance entity nullables field
add default values of null to DB nullable properties to prevent access before initialization problems on php side currently observed the error with the field `Instance::$lastSuccessfulReceive` but added null default to all nullable fields just in case "Handling "App\Message\ActivityPub\Inbox\ActivityMessage" failed: Typed property App\Entity\Instance::$lastSuccessfulReceive must not be accessed before initialization"
- Loading branch information