From e34f3c7c2c54752953dc5259f995fb24feb0bf4b Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 3 Jul 2024 14:32:41 +0100 Subject: [PATCH] Fixed typo Signed-off-by: snipe --- app/Models/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/User.php b/app/Models/User.php index 339f15d036..a93eb26561 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -498,7 +498,7 @@ class User extends SnipeModel implements AuthenticatableContract, AuthorizableCo * Establishes the user -> acceptances relationship * * @author A. Gianotto - * @since [v3.0] + * @since [v7.0.7] * @return \Illuminate\Database\Eloquent\Relations\Relation */ public function acceptances()