📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 12:53:05
📂
/ (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: TranslatorInterface.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Translation; interface TranslatorInterface { /** * @param array<string, mixed> $parameters */ public function translate(string $id, array $parameters = [], ?string $locale = null): string; public function getLocale(): string; }
💾 Save Changes
❌ Cancel