Skip to content

Commit cddafe9

Browse files
committed
Fix: missing Icon class in service provider
1 parent c7a57d9 commit cddafe9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/SkeletonServiceProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Filament\Support\Assets\Js;
99
use Filament\Support\Facades\FilamentAsset;
1010
use Filament\Support\Facades\FilamentIcon;
11-
use Filament\Support\Icons\Icon;
1211
use Illuminate\Filesystem\Filesystem;
1312
use Livewire\Features\SupportTesting\Testable;
1413
use Spatie\LaravelPackageTools\Commands\InstallCommand;
@@ -120,7 +119,7 @@ protected function getCommands(): array
120119
}
121120

122121
/**
123-
* @return array<string, Icon>
122+
* @return array<string>
124123
*/
125124
protected function getIcons(): array
126125
{

0 commit comments

Comments
 (0)