Skip to content

Commit 4900c6b

Browse files
authored
[Bugfix] missing general settings class import (alexjustesen#450)
1 parent 74907ab commit 4900c6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/Filament/Pages/Settings/ThresholdsPage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace App\Filament\Pages\Settings;
44

5+
use App\Settings\GeneralSettings;
56
use App\Settings\ThresholdSettings;
67
use Closure;
78
use Filament\Forms\Components\Card;

config/speedtest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* Build information
88
*/
9-
'build_date' => Carbon::parse('2023-03-06'),
9+
'build_date' => Carbon::parse('2023-03-07'),
1010

11-
'build_version' => '0.11.4',
11+
'build_version' => '0.11.5',
1212
];

0 commit comments

Comments
 (0)