From b6fb955fb154dc0f399f198d9d28c01c7f533c59 Mon Sep 17 00:00:00 2001 From: bernardhanna Date: Wed, 25 Feb 2026 15:03:00 +0000 Subject: [PATCH] email list --- app/DreamJobsPage.php | 2 +- {app => storage/app}/preflight_emails.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {app => storage/app}/preflight_emails.txt (100%) diff --git a/app/DreamJobsPage.php b/app/DreamJobsPage.php index adc621cbf..b381bf05c 100644 --- a/app/DreamJobsPage.php +++ b/app/DreamJobsPage.php @@ -73,7 +73,7 @@ public function resourcesForLocale(?string $locale = null): array ->where('active', true) ->orderBy('position') ->get() - ->map(fn (DreamJobsResource $item) => [ + ->map(fn (DreamJobsResource $item) => (object) [ 'title' => $item->titleForLocale($locale), 'description' => $item->descriptionForLocale($locale), 'button_text' => $item->buttonTextForLocale($locale), diff --git a/app/preflight_emails.txt b/storage/app/preflight_emails.txt similarity index 100% rename from app/preflight_emails.txt rename to storage/app/preflight_emails.txt