``` TypeError App\Model\Database\Entity\User::getLastLoggedAt(): Return value must be of type ?App\Model\Utils\DateTime, DateTime returned ```` Exactly the same works at https://github.com/contributte/webapp-skeleton/blob/master/app/model/Database/Entity/User.php I am missing what is different. How to reproduce: - Set `lastLoggedAt` to a random user. Workaround is to set dates to build-in `\DateTime` type.