From 0bc3ca5c423ea18d6beb672ca0dc6b43f8b77169 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 23 Jun 2022 18:44:27 -0700 Subject: [PATCH] Fixed comments Signed-off-by: snipe --- app/Models/User.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Models/User.php b/app/Models/User.php index 2153194bf8..6dad9baee1 100755 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -562,10 +562,10 @@ class User extends SnipeModel implements AuthenticatableContract, AuthorizableCo } /** - * Get action logs history for this asset + * Get the admin user who created this user * * @author [A. Gianotto] [] - * @since [v1.0] + * @since [v6.0.5] * @return \Illuminate\Database\Eloquent\Relations\Relation */ public function createdBy()