diff --git a/config/app.php b/config/app.php index df2ed62b5..f5bb491ae 100644 --- a/config/app.php +++ b/config/app.php @@ -166,6 +166,7 @@ return [ Illuminate\Redis\RedisServiceProvider::class, Illuminate\Auth\Passwords\PasswordResetServiceProvider::class, Illuminate\Session\SessionServiceProvider::class, + Illuminate\Translation\TranslationServiceProvider::class, Illuminate\Validation\ValidationServiceProvider::class, Illuminate\View\ViewServiceProvider::class,