Skip to content

Commit 516de20

Browse files
authored
Update bootstrap.php (#41)
1 parent f6eb705 commit 516de20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/bootstrap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
require BASE_PATH . '/vendor/autoload.php';
2424

25+
Hyperf\Di\ClassLoader::init();
26+
2527
$container = require BASE_PATH . '/config/container.php';
2628

2729
$container->get(Hyperf\Contract\ApplicationInterface::class);

0 commit comments

Comments
 (0)