Skip to content

Commit 31ef54d

Browse files
authored
Update config.yml
1 parent e819afa commit 31ef54d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ session:
2727
routing:
2828
# Enable routing debug, if route key not found when you generate routs,
2929
# will raise error and stop application.
30-
debug: 1
30+
# @deprecated
31+
debug: true
3132

3233
# Simple routing help us auto find controller by URL: `{package}/{controller}` without routing config,
3334
# Disable this function will enhance performance.

0 commit comments

Comments
 (0)