From 67488916f46a00bb578b6b32308be5ef727ec1b4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 30 Mar 2013 08:46:49 -0500 Subject: [PATCH] Remove locales. --- app/config/app.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/config/app.php b/app/config/app.php index ceabe927..ca18595f 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -41,19 +41,6 @@ 'locale' => 'en', - /* - |-------------------------------------------------------------------------- - | Routable Locales - |-------------------------------------------------------------------------- - | - | Here you may list the locales that are "routable" for your application. - | When a request with a URI beginning with one of the locales is sent - | to the application, the "default" locale will be set accordingly. - | - */ - - 'locales' => array(), - /* |-------------------------------------------------------------------------- | Encryption Key