From 465783c971ca777a35eaecfe63a4621149231699 Mon Sep 17 00:00:00 2001 From: Alex Justesen Date: Tue, 7 Mar 2023 12:29:01 -0500 Subject: [PATCH 1/2] fixed missing GeneralSettings import --- app/Filament/Pages/Settings/ThresholdsPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Filament/Pages/Settings/ThresholdsPage.php b/app/Filament/Pages/Settings/ThresholdsPage.php index 5e7790ac9..0c0ecae52 100644 --- a/app/Filament/Pages/Settings/ThresholdsPage.php +++ b/app/Filament/Pages/Settings/ThresholdsPage.php @@ -2,6 +2,7 @@ namespace App\Filament\Pages\Settings; +use App\Settings\GeneralSettings; use App\Settings\ThresholdSettings; use Closure; use Filament\Forms\Components\Card; From 682b13eada12e08757d38cf7b7a5e75001b22130 Mon Sep 17 00:00:00 2001 From: Alex Justesen Date: Tue, 7 Mar 2023 12:29:38 -0500 Subject: [PATCH 2/2] bumped build information --- config/speedtest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/speedtest.php b/config/speedtest.php index 4bcf65475..11f0eb831 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -6,7 +6,7 @@ /** * Build information */ - 'build_date' => Carbon::parse('2023-03-06'), + 'build_date' => Carbon::parse('2023-03-07'), - 'build_version' => '0.11.4', + 'build_version' => '0.11.5', ];