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\Pages;
use App\Filament\Resources\TenantFeedbackResource;
use Filament\Resources\Pages\ListRecords;
class ListTenantFeedback extends ListRecords
{
protected static string $resource = TenantFeedbackResource::class;
protected function getHeaderActions(): array
{
return [];
}
}