From 7aabf94a352e1b439fb712207aa34cfadb52f84e Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 14 Dec 2023 14:43:38 +0000 Subject: [PATCH] Added comments Signed-off-by: snipe --- app/Models/Actionlog.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/Models/Actionlog.php b/app/Models/Actionlog.php index de00eefeb7..bc08aa800a 100755 --- a/app/Models/Actionlog.php +++ b/app/Models/Actionlog.php @@ -334,6 +334,13 @@ class Actionlog extends SnipeModel ->get(); } + /** + * Determines what the type of request is so we can log it to the action_log + * + * @author A. Gianotto + * @since v6.3.0 + * @return string + */ public function determineActionSource() { // This is an API call