Skip to content

Commit 8c89a5f

Browse files
authored
Merge pull request #41 from filamentphp/fix/missing-icon-class
Fix: missing Icon class in service provider
2 parents c7a57d9 + cddafe9 commit 8c89a5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)