We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74907ab commit 4900c6bCopy full SHA for 4900c6b
app/Filament/Pages/Settings/ThresholdsPage.php
@@ -2,6 +2,7 @@
2
3
namespace App\Filament\Pages\Settings;
4
5
+use App\Settings\GeneralSettings;
6
use App\Settings\ThresholdSettings;
7
use Closure;
8
use Filament\Forms\Components\Card;
config/speedtest.php
@@ -6,7 +6,7 @@
/**
* Build information
*/
9
- 'build_date' => Carbon::parse('2023-03-06'),
+ 'build_date' => Carbon::parse('2023-03-07'),
10
11
- 'build_version' => '0.11.4',
+ 'build_version' => '0.11.5',
12
];
0 commit comments