big restructure
This commit is contained in:
@@ -4,7 +4,7 @@ use MintyPHP\Support\Flash;
|
||||
use MintyPHP\I18n;
|
||||
use MintyPHP\Http\Request;
|
||||
use MintyPHP\Router;
|
||||
use MintyPHP\Service\UserService;
|
||||
use MintyPHP\Service\User\UserService;
|
||||
|
||||
$rawLocale = (string) ($_REQUEST['locale'] ?? ($_GET['lang'] ?? ''));
|
||||
$locale = strtolower(trim($rawLocale));
|
||||
|
||||
Reference in New Issue
Block a user