You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

EnhancedStatsOverviewWidget.php 247B

123456789101112
  1. <?php
  2. namespace App\Filament\Widgets;
  3. use Filament\Widgets\StatsOverviewWidget;
  4. class EnhancedStatsOverviewWidget extends StatsOverviewWidget
  5. {
  6. protected static ?string $pollingInterval = null;
  7. protected static bool $isLazy = false;
  8. }