Refactor CurrencyRateResource and VisaMasterSettings: remove unnecessary whitespace, add property annotations, and define possible setting types. Update Turkish translations for warning text and content.

This commit is contained in:
2025-11-13 22:46:19 +05:00
parent 038b5ea2fb
commit 2659aae278
9 changed files with 217 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ class CurrencyRateResource extends Resource
protected static ?string $cluster = SettingsCluster::class;
protected static ?string $recordTitleAttribute = 'name';
public static function getNavigationGroup(): ?string
@@ -41,7 +40,6 @@ class CurrencyRateResource extends Resource
return __('Currency rates');
}
public static function form(Schema $schema): Schema
{
return CurrencyRateForm::configure($schema);