Disable APP_DEBUG on testing
This commit is contained in:
parent
b4e23ce79f
commit
49d41750b7
|
|
@ -3,7 +3,7 @@
|
|||
# Testing Configuration #
|
||||
###################################
|
||||
|
||||
APP_DEBUG = true
|
||||
APP_DEBUG = false
|
||||
APP_ENV = testing
|
||||
|
||||
DB_CONNECTION = mysql
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user