Fixed route name

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-05-22 14:28:51 +01:00
parent d50bcd6f55
commit 35cbd58dad

View File

@@ -463,7 +463,7 @@ class Actionlog extends SnipeModel
case Location::class:
return route('show/locationsfile', [$this->item_id, $this->id]);
case User::class:
return route('show/usersfile', [$this->item_id, $this->id]);
return route('show/userfile', [$this->item_id, $this->id]);
default:
return null;
}