Skip to content

Commit 799c16d

Browse files
Merge remote-tracking branch 'origin/main'
# Conflicts: # src/Widgets/CheckWhoisWidget.php
2 parents 80fa968 + c30cd4a commit 799c16d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Widgets/CheckWhoisWidget.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct()
3737
$ip2whois = new Api($config);
3838

3939
foreach ($domains as $domain) {
40-
$this->domainWhois[] = Cache::remember("filament-check-whois-widget-$domain", 2592000, fn() => $this->getWhois($ip2whois, $domain));
40+
$this->domainWhois[] = Cache::remember("filament-check-whois-widget-$domain", 2592000, fn () => $this->getWhois($ip2whois, $domain));
4141
}
4242
}
4343

@@ -90,7 +90,7 @@ public static function getSort(): int
9090
return $plugin->getSort() ?? -1;
9191
}
9292

93-
public function getColumnSpan(): int|string|array
93+
public function getColumnSpan(): int | string | array
9494
{
9595
$plugin = Filament::getCurrentPanel()?->getPlugin('filament-check-whois-widget');
9696

0 commit comments

Comments
 (0)