add new guid generator
This commit is contained in:
@@ -2845,7 +2845,6 @@ class G
|
|||||||
/**
|
/**
|
||||||
* Generate random number
|
* Generate random number
|
||||||
*
|
*
|
||||||
* @author Fernando Ontiveros Lira <fernando@colosa.com>
|
|
||||||
* @access public
|
* @access public
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
@@ -2859,9 +2858,8 @@ class G
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generate random number
|
* Generate random Uid with a prefix
|
||||||
*
|
*
|
||||||
* @author Fernando Ontiveros Lira <fernando@colosa.com>
|
|
||||||
* @access public
|
* @access public
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
@@ -6159,7 +6157,7 @@ class G
|
|||||||
'usrUid' => isset($data['USER_LOGGED']) ? $data['USER_LOGGED'] : '',
|
'usrUid' => isset($data['USER_LOGGED']) ? $data['USER_LOGGED'] : '',
|
||||||
];
|
];
|
||||||
if (empty($error)) {
|
if (empty($error)) {
|
||||||
$message = 'Trigger Execution';
|
$message = 'Trigger Execution without errors';
|
||||||
Log::channel(':TriggerExecution')->info($message, Bootstrap::context($context));
|
Log::channel(':TriggerExecution')->info($message, Bootstrap::context($context));
|
||||||
} else {
|
} else {
|
||||||
$message = 'Trigger Execution Error';
|
$message = 'Trigger Execution Error';
|
||||||
|
|||||||
Reference in New Issue
Block a user