Files
hqland-app/app/Filament/Resources/Projects/Schemas/ProjectForm.php

17 lines
269 B
PHP

<?php
namespace App\Filament\Resources\Projects\Schemas;
use Filament\Schemas\Schema;
class ProjectForm
{
public static function configure(Schema $schema): Schema
{
return $schema
->components([
//
]);
}
}