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 e89a5a0 commit d3c3344Copy full SHA for d3c3344
bin/hyperf.php
@@ -13,6 +13,7 @@
13
14
// Self-called anonymous function that creates its own scope and keep the global namespace clean.
15
(function () {
16
+ Hyperf\Di\ClassLoader::init();
17
/** @var \Psr\Container\ContainerInterface $container */
18
$container = require BASE_PATH . '/config/container.php';
19
installer/resources/bin/hyperf.stub
@@ -14,6 +14,7 @@ require BASE_PATH . '/vendor/autoload.php';
20
0 commit comments