This commit is contained in:
DavidK004 2025-06-07 21:13:00 +02:00
parent 5a759fa13a
commit a674516057

View File

@ -164,7 +164,7 @@ function get_title_website(string $page_title)
return $page_title . ' - FridgeBites'; return $page_title . ' - FridgeBites';
} }
/** /**
* Get current user id and username. If user is not authorized - false * Get current user id and username. If user is not authorized - false.
* @return UserModel|false * @return UserModel|false
*/ */
function get_auth_user(): bool|UserModel function get_auth_user(): bool|UserModel