Update User.php

This commit is contained in:
Roman Kelesidis 2025-07-03 11:41:20 +03:00
commit 4008551730
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -232,6 +232,7 @@ class User
}
}
$this->data['user_birthday'] = $this->data['user_birthday']->format('Y-m-d');
return $this->data;
}