We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7a57d9 + cddafe9 commit 8c89a5fCopy full SHA for 8c89a5f
src/SkeletonServiceProvider.php
@@ -8,7 +8,6 @@
8
use Filament\Support\Assets\Js;
9
use Filament\Support\Facades\FilamentAsset;
10
use Filament\Support\Facades\FilamentIcon;
11
-use Filament\Support\Icons\Icon;
12
use Illuminate\Filesystem\Filesystem;
13
use Livewire\Features\SupportTesting\Testable;
14
use Spatie\LaravelPackageTools\Commands\InstallCommand;
@@ -120,7 +119,7 @@ protected function getCommands(): array
120
119
}
121
122
/**
123
- * @return array<string, Icon>
+ * @return array<string>
124
*/
125
protected function getIcons(): array
126
{
0 commit comments