Hi there,
I can't get my LazyCron to fire
<?php
$useMain = false;
$wire->addHook('LazyCron::everyMinute', null, function() {
$log->message("1 min passed");
echo '1 min passed';
});
echo 'hooked - ';
?>
Some output for good measure
I tried making it into...