Custom script messages for logs
Introduction
function handle($data)
{
$data['logs'] = ["Log message 1", "Log message 2"];
return $data;
}
Need to know
Last updated
Was this helpful?
function handle($data)
{
$data['logs'] = ["Log message 1", "Log message 2"];
return $data;
}
Last updated
Was this helpful?
Was this helpful?