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()