PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Translation
<?php namespace 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]