added missing translations

This commit is contained in:
Codex Agent
2025-11-26 14:41:39 +01:00
parent ff168834b4
commit ecac9507a4
35 changed files with 2812 additions and 256 deletions

View File

@@ -0,0 +1,16 @@
<?php
namespace App\Filament\Resources\TenantFeedbackResource\Schemas;
use Filament\Schemas\Schema;
class TenantFeedbackForm
{
public static function configure(Schema $schema): Schema
{
return $schema
->components([
//
]);
}
}