📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 19:31:55
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher
/
Translation
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher/Translation
🔄 Refresh
✏️
Editing: EchoTranslator.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Translation; /** * In this implementation, it simply returns the identifier as is, without performing any actual translation. */ final readonly class EchoTranslator implements TranslatorInterface { public function translate(string $id, array $parameters = [], ?string $locale = null): string { return $id; } public function getLocale(): string { return 'en'; } }
💾 Save Changes
❌ Cancel