Allow null values for updated_at
authorChristian Weiske <cweiske@cweiske.de>
Fri, 26 Jul 2024 17:50:21 +0000 (19:50 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 26 Jul 2024 17:50:21 +0000 (19:50 +0200)
commit86b91a6057f031b8fe7b3be014e2d57a9ddb9334
treefd5b46bcadb289a504195643b3f281f9fda8ae13
parent0d5a9976fd44e3f8d3cd7d4a5339b5a9f22df29c
Allow null values for updated_at

Error was:
Uncaught TypeError: Cannot assign null to property Profile::$updated_at of type string
 in /home/cweiske/www/gamestick.cweiske.de/pjgsapi/src/ProfileDb.php:35
src/Profile.php