shareit/app/Http/Middleware
Bruno Fontes 82a8bcb7a2 Refactoring: just including "use App" to make code a bit cleaner
I was using "\App::setLocale" on code, but it was annoind me.
So I included the "use App" and now I am colling
directly the "App::setLocale".
2018-10-02 23:49:16 -03:00
..
Authenticate.php
CheckForMaintenanceMode.php
EncryptCookies.php
Locale.php Refactoring: just including "use App" to make code a bit cleaner 2018-10-02 23:49:16 -03:00
RedirectIfAuthenticated.php
TrimStrings.php
TrustProxies.php
VerifyCsrfToken.php