mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-13 03:31:07 +02:00
11 lines
176 B
PHP
11 lines
176 B
PHP
<?php
|
|
|
|
namespace App\Filament\Forms;
|
|
|
|
use Filament\Forms\Components\Select;
|
|
|
|
class SelectEndpoint extends Select
|
|
{
|
|
protected string $view = 'filament.components.select';
|
|
}
|