Skip to content

Commit f55e153

Browse files
committed
Import correct namespace for Set
1 parent 8556397 commit f55e153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Filament/LinkPickerInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use Filament\Forms\Components\Checkbox;
66
use Filament\Forms\Components\Field;
77
use Filament\Forms\Components\Select;
8-
use Filament\Forms\Set;
98
use Filament\Schemas\Components\Grid;
9+
use Filament\Schemas\Components\Utilities\Set;
1010
use Illuminate\Database\Eloquent\Model;
1111
use Illuminate\Routing\Route;
1212
use Illuminate\Support\Arr;

0 commit comments

Comments
 (0)