$record], function ($message) { $message->from('privacy@gmail.com') ->to("hello@gmail.com") ->subject("Email Log"); }); // $ntfy = new Ntfysender(); // $ntfy->sendNtfy(json_encode($record)); \Log::info("yoyo"); \Log::info($record['message']); \Log::info(json_encode($record)); \Log::info("yoyo"); } } ?>