We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7977b1e + 4abc832 commit d2009d1Copy full SHA for d2009d1
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