We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44fe7f commit 4abc832Copy full SHA for 4abc832
src/FilamentUtcDtsPlugin.php
@@ -17,7 +17,7 @@ public function getId(): string
17
public function register(Panel $panel): void
18
{
19
$panel->renderHook('panels::global-search.before', function () {
20
- $timestamp = Carbon::now()->utc()->format(config('filament-utc-dts.date_format'));
+ $timestamp = Carbon::now()->utc()->format(config('filament-utc-dts.format'));
21
22
return View::make('filament-utc-dts::badge', [
23
'showBorder' => config('filament-utc-dts.show_border'),
0 commit comments