PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Translation
<?php namespace RectorPrefix202411\Illuminate\Contracts\Translation; interface HasLocalePreference { /** * Get the preferred locale of the entity. * * @return string|null */ public function preferredLocale(); }
[-] HasLocalePreference.php
[edit]
[-] Translator.php
[edit]
[+]
..
[-] Loader.php
[edit]