mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-28 14:10:51 -08:00
Added comments
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
e71080ef37
commit
7aabf94a35
|
@ -334,6 +334,13 @@ class Actionlog extends SnipeModel
|
||||||
->get();
|
->get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines what the type of request is so we can log it to the action_log
|
||||||
|
*
|
||||||
|
* @author A. Gianotto <snipe@snipe.net>
|
||||||
|
* @since v6.3.0
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
public function determineActionSource() {
|
public function determineActionSource() {
|
||||||
|
|
||||||
// This is an API call
|
// This is an API call
|
||||||
|
|
Loading…
Reference in a new issue