Fixed comments

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-23 18:44:27 -07:00
parent 62ab867051
commit 0bc3ca5c42

View file

@ -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] [<snipe@snipe.net>] * @author [A. Gianotto] [<snipe@snipe.net>]
* @since [v1.0] * @since [v6.0.5]
* @return \Illuminate\Database\Eloquent\Relations\Relation * @return \Illuminate\Database\Eloquent\Relations\Relation
*/ */
public function createdBy() public function createdBy()