We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6eb705 commit 516de20Copy full SHA for 516de20
test/bootstrap.php
@@ -22,6 +22,8 @@
22
23
require BASE_PATH . '/vendor/autoload.php';
24
25
+Hyperf\Di\ClassLoader::init();
26
+
27
$container = require BASE_PATH . '/config/container.php';
28
29
$container->get(Hyperf\Contract\ApplicationInterface::class);
0 commit comments