| Current Path : /home/webg5288/www/laravel_kendal/vendor/filament/forms/src/Components/ |
| Current File : /home/webg5288/www/laravel_kendal/vendor/filament/forms/src/Components/MultiSelect.php |
<?php
namespace Filament\Forms\Components;
/**
* @deprecated Use `Select` with the `multiple()` method instead.
*/
class MultiSelect extends Select
{
public function isMultiple(): bool
{
return true;
}
}