mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 10:21:37 +00:00
11 lines
162 B
PHP
11 lines
162 B
PHP
<?php
|
|
|
|
namespace App\Web\Fields;
|
|
|
|
use Filament\Forms\Components\Field;
|
|
|
|
class ProviderField extends Field
|
|
{
|
|
protected string $view = 'web.fields.provider';
|
|
}
|