Issue In Laravel nested relationships when running Cron Jobs Scheduling
I need to get data of default_item_name relationship by using command php artisan schedule: run. but I am not getting default_item_name relationship data is empty because event_id not passed from controller. My code is Below. CronController public function sendFoodMenuPdfEmailOrTelegram() {…