Add tenant lifecycle view and limit controls
This commit is contained in:
@@ -8,4 +8,9 @@ use Filament\Resources\Pages\EditRecord;
|
||||
class EditTenant extends EditRecord
|
||||
{
|
||||
protected static string $resource = TenantResource::class;
|
||||
|
||||
public static function getNavigationLabel(): string
|
||||
{
|
||||
return __('admin.tenants.pages.edit');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user