Skip to content

Commit 32f1546

Browse files
committed
Add Config.php to autoload.php
1 parent adacca1 commit 32f1546

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

autoload.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
require_once __DIR__ . '/src/Saver/SaverInterface.php';
99

1010
require_once __DIR__ . '/src/Exception/ProfilerException.php';
11+
require_once __DIR__ . '/src/Config.php';
1112
require_once __DIR__ . '/src/Profiler.php';
1213
require_once __DIR__ . '/src/ProfilerFactory.php';
1314
require_once __DIR__ . '/src/Profilers/AbstractProfiler.php';

0 commit comments

Comments
 (0)