diff --git a/app/Filament/Components/Actions/UpdateNodeAllocations.php b/app/Filament/Components/Actions/UpdateNodeAllocations.php index 8c3aede5f..01eb2f9a6 100644 --- a/app/Filament/Components/Actions/UpdateNodeAllocations.php +++ b/app/Filament/Components/Actions/UpdateNodeAllocations.php @@ -7,7 +7,6 @@ use Exception; use Filament\Actions\Action; use Filament\Forms\Components\Select; use Filament\Notifications\Notification; -use Illuminate\Database\Eloquent\Collection; class UpdateNodeAllocations extends Action {