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

@ -16,7 +16,7 @@ class AddUser extends Widget implements HasForms
{
use InteractsWithForms;
protected static string $view = 'web.components.form';
protected static string $view = 'components.form';
public Project $project;

View File

@ -9,7 +9,7 @@
class SelectProject extends Widget
{
protected static string $view = 'web.widgets.select-project';
protected static string $view = 'widgets.select-project';
public ?Project $currentProject;

View File

@ -15,7 +15,7 @@ class UpdateProject extends Widget implements HasForms
{
use InteractsWithForms;
protected static string $view = 'web.components.form';
protected static string $view = 'components.form';
public Project $project;