We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c1edf commit d5acc62Copy full SHA for d5acc62
config/app.php
@@ -132,6 +132,17 @@
132
*/
133
'whoops' => true,
134
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
+
146
/*
147
|--------------------------------------------------------------------------
148
| Throw Errors
0 commit comments