From 399e39ed50678560fa092f7a898087acb7cc885c Mon Sep 17 00:00:00 2001 From: liangguifeng <1476982312@qq.com> Date: Sun, 29 Sep 2019 11:54:11 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91faker=5Floc?= =?UTF-8?q?ale=E9=87=8D=E5=A4=8D=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/app.php b/config/app.php index 6a61cad4..fa2886c1 100644 --- a/config/app.php +++ b/config/app.php @@ -108,19 +108,6 @@ 'faker_locale' => 'en_US', - /* - |-------------------------------------------------------------------------- - | Faker Locale - |-------------------------------------------------------------------------- - | - | This locale will be used by the Faker PHP library when generating fake - | data for your database seeds. For example, this will be used to get - | localized telephone numbers, street address information and more. - | - */ - - 'faker_locale' => 'en_US', - /* |-------------------------------------------------------------------------- | Encryption Key -- Gitee