From 227683be9fbddbd646c005face523dadf297a49a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 21 Mar 2013 19:17:43 -0500 Subject: [PATCH] Remove fallback locale. --- app/config/app.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/config/app.php b/app/config/app.php index 4b6530da..205d9568 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -41,19 +41,6 @@ 'locale' => 'en', - /* - |-------------------------------------------------------------------------- - | Application Fallback Locale - |-------------------------------------------------------------------------- - | - | The fallback locale determines the locale to use when the current one - | is not available. You may change the value to correspond to any of - | the language folders that are provided through your application. - | - */ - - 'fallback_locale' => 'en', - /* |-------------------------------------------------------------------------- | Encryption Key