cleanup migration to filament

This commit is contained in:
Saeed Vaziry
2024-10-06 21:46:03 +02:00
parent 06d690138d
commit a94d1d42d2
420 changed files with 39 additions and 15481 deletions

View File

@ -6,7 +6,7 @@
class AlertField extends Field
{
protected string $view = 'web.fields.alert';
protected string $view = 'fields.alert';
public string $color = 'blue';

View File

@ -6,7 +6,7 @@
class CodeEditorField extends Field
{
protected string $view = 'web.fields.code-editor';
protected string $view = 'fields.code-editor';
public string $lang = '';

View File

@ -6,5 +6,5 @@
class ProviderField extends Field
{
protected string $view = 'web.fields.provider';
protected string $view = 'fields.provider';
}