From c07706a415fa434f197fce12a543457fba3c6c18 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 7 Sep 2026 03:51:40 -0600 Subject: [PATCH] Lint --- config/cors.php | 2 +- ...46_add_deleted_at_profile_idindex_to_notifications_table.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config/cors.php b/config/cors.php index 6394a0296..bae990f67 100644 --- a/config/cors.php +++ b/config/cors.php @@ -38,7 +38,7 @@ return [ /* * Matches the request origin. `[*]` allows all origins. Wildcards can be used, eg `*.mydomain.com` */ - 'allowed_origins' => env('PF_CORS_ALLOWED_ORIGINS') ? explode(',', env('PF_CORS_ALLOWED_ORIGINS', '')) : [], + 'allowed_origins' => env('PF_CORS_ALLOWED_ORIGINS') ? explode(',', env('PF_CORS_ALLOWED_ORIGINS', '')) : [], /* * Patterns that can be used with `preg_match` to match the origin. diff --git a/database/migrations/2026_09_07_071046_add_deleted_at_profile_idindex_to_notifications_table.php b/database/migrations/2026_09_07_071046_add_deleted_at_profile_idindex_to_notifications_table.php index f24d80c98..113591d82 100644 --- a/database/migrations/2026_09_07_071046_add_deleted_at_profile_idindex_to_notifications_table.php +++ b/database/migrations/2026_09_07_071046_add_deleted_at_profile_idindex_to_notifications_table.php @@ -1,9 +1,7 @@