Skip to content

Commit c1143f1

Browse files
[VarDumper] inline dump() function loading
1 parent 6dc00be commit c1143f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

VarDumper.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
use Symfony\Component\VarDumper\Dumper\CliDumper;
1616
use Symfony\Component\VarDumper\Dumper\HtmlDumper;
1717

18+
// Load the global dump() function
19+
require_once __DIR__.'/Resources/functions/dump.php';
20+
1821
/**
1922
* @author Nicolas Grekas <p@tchwork.com>
2023
*/

0 commit comments

Comments
 (0)