Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
swilla committed Dec 18, 2024
1 parent bbc1b17 commit 38e3954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LmsPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Tapp\FilamentLms;

use App\Providers\Filament\Support\Colors\DphColor as Color;
use Filament\Facades\Filament;
use Filament\Http\Middleware\Authenticate;
use Filament\Http\Middleware\DisableBladeIconComponents;
Expand All @@ -12,6 +11,7 @@
use Filament\Navigation\NavigationItem;
use Filament\Panel;
use Filament\PanelProvider;
use Filament\Support\Colors\Color;
use Filament\Support\Facades\FilamentView;
use Filament\View\PanelsRenderHook;
use Filament\Widgets;
Expand Down Expand Up @@ -61,7 +61,7 @@ function () {
})
->colors([
'primary' => Color::Blue,
'info' => Color::Gold,
'info' => Color::Orange,
'danger' => Color::Red,
'success' => Color::Green,
'gray' => Color::Purple,
Expand Down

0 comments on commit 38e3954

Please sign in to comment.