Files
citrus/app/Filament/Admin/Resources/SectionTemplates/Schemas/SectionTemplateInfolist.php
T

17 lines
295 B
PHP

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