update filamentphp basic

This commit is contained in:
xiaomlove
2024-12-25 23:09:07 +08:00
parent 183d362076
commit f146a654c2
154 changed files with 848 additions and 673 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class TorrentTrend extends LineChartWidget
protected static ?string $pollingInterval = null;
protected function getHeading(): ?string
public function getHeading(): ?string
{
return __('dashboard.torrent_trend.page_title');
}