We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adacca1 commit 32f1546Copy full SHA for 32f1546
1 file changed
autoload.php
@@ -8,6 +8,7 @@
8
require_once __DIR__ . '/src/Saver/SaverInterface.php';
9
10
require_once __DIR__ . '/src/Exception/ProfilerException.php';
11
+require_once __DIR__ . '/src/Config.php';
12
require_once __DIR__ . '/src/Profiler.php';
13
require_once __DIR__ . '/src/ProfilerFactory.php';
14
require_once __DIR__ . '/src/Profilers/AbstractProfiler.php';
0 commit comments