samedi 25 mars 2023

Laravel 5.5 query with groupBy('userid') works but when run from schedule

$allrecords = Records::all()->groupBy('userid');

this line in function works when run directly BUT: when run function with this line with schedule running stops in this line without raising any error. why? what to do?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire