Skip to content

Commit

Permalink
add icon picker
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed May 9, 2024
1 parent 77c8db5 commit e78c729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"tomatophp/console-helpers": "^1.1",
"filament/filament": "^3.0.0",
"filament/notifications": "^3.0.0",
"tomatophp/tomato-icons": "^1.0",
"filament/spatie-laravel-media-library-plugin": "^3.2",
"filament/spatie-laravel-translatable-plugin": "^3.2",
"tomatophp/filament-settings-hub": "^1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/NotificationsTemplateResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
use Filament\Tables\Table;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\SoftDeletingScope;
use Guava\FilamentIconPicker\Forms\IconPicker;
use Guava\FilamentIconPicker\Tables\IconColumn;
use Filament\Resources\Concerns\Translatable;
use TomatoPHP\FilamentAlerts\Services\SendNotification;
use TomatoPHP\FilamentIcons\Components\IconColumn;
use TomatoPHP\FilamentIcons\Components\IconPicker;


class NotificationsTemplateResource extends Resource
Expand Down

0 comments on commit e78c729

Please sign in to comment.