Skip to content

Commit d5acc62

Browse files
committed
add deprecated_file errors to config
1 parent a1c1edf commit d5acc62

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/app.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,17 @@
132132
*/
133133
'whoops' => true,
134134

135+
/*
136+
|--------------------------------------------------------------------------
137+
| Deprecated File Error
138+
|--------------------------------------------------------------------------
139+
|
140+
| The WP_DEBUG file deprecated errors. This is turned off by
141+
| default to allow theme template overrides in TypeRocket.
142+
|
143+
*/
144+
'deprecated_file' => false,
145+
135146
/*
136147
|--------------------------------------------------------------------------
137148
| Throw Errors

0 commit comments

Comments
 (0)