From fe4494a04093b9b42090b0ba5927ebeaa69017f5 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Wed, 24 Oct 2018 12:22:33 -0400 Subject: [PATCH] Add vanilla translation provider --- config/app.php | 1 + 1 file changed, 1 insertion(+) 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,