We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e819afa commit 31ef54dCopy full SHA for 31ef54d
etc/config.yml
@@ -27,7 +27,8 @@ session:
27
routing:
28
# Enable routing debug, if route key not found when you generate routs,
29
# will raise error and stop application.
30
- debug: 1
+ # @deprecated
31
+ debug: true
32
33
# Simple routing help us auto find controller by URL: `{package}/{controller}` without routing config,
34
# Disable this function will enhance performance.
0 commit comments