From d0d4159088e4452ff18dcfb80e3746475caedc88 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 15 Oct 2024 12:42:09 +0100 Subject: [PATCH] Fixed typo Signed-off-by: snipe --- app/Models/Location.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Location.php b/app/Models/Location.php index e6c310979..014db3053 100755 --- a/app/Models/Location.php +++ b/app/Models/Location.php @@ -42,7 +42,7 @@ class Location extends SnipeModel ]; /** - * Whether the model should inject it's identifier to the unique + * Whether the model should inject its identifier to the unique * validation rules before attempting validation. If this property * is not set in the model it will default to true. *