38751-vm/app/Services/LanguageService.php
Flatlogic Bot 4f61082b27 Aslam vbru
2026-02-24 22:45:41 +00:00

11 lines
158 B
PHP

<?php
namespace App\Services;
class LanguageService {
public static function translate($key) {
// Mock translation
return $key;
}
}