We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
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?
Aucun commentaire:
Enregistrer un commentaire