Disable APP_DEBUG on testing

This commit is contained in:
Pig Fang 2019-05-03 08:42:13 +08:00
parent b4e23ce79f
commit 49d41750b7

View File

@ -3,7 +3,7 @@
# Testing Configuration #
###################################
APP_DEBUG = true
APP_DEBUG = false
APP_ENV = testing
DB_CONNECTION = mysql