File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ protected function initializeKint()
249249 */
250250 $ config = config ('Config\Kint ' );
251251
252- Kint::$ max_depth = $ config ->maxDepth ;
252+ Kint::$ depth_limit = $ config ->maxDepth ;
253253 Kint::$ display_called_from = $ config ->displayCalledFrom ;
254254 Kint::$ expanded = $ config ->expanded ;
255255
@@ -261,7 +261,7 @@ protected function initializeKint()
261261 RichRenderer::$ folder = $ config ->richFolder ;
262262 RichRenderer::$ sort = $ config ->richSort ;
263263 if (! empty ($ config ->richObjectPlugins ) && is_array ($ config ->richObjectPlugins )) {
264- RichRenderer::$ object_plugins = $ config ->richObjectPlugins ;
264+ RichRenderer::$ value_plugins = $ config ->richObjectPlugins ;
265265 }
266266 if (! empty ($ config ->richTabPlugins ) && is_array ($ config ->richTabPlugins )) {
267267 RichRenderer::$ tab_plugins = $ config ->richTabPlugins ;
You can’t perform that action at this time.
0 commit comments