We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab38da commit 6c86896Copy full SHA for 6c86896
1 file changed
solid/lib/AppInfo/Application.php
@@ -76,5 +76,6 @@ public function register(IRegistrationContext $context): void {
76
}
77
78
public function boot(IBootContext $context): void {
79
+ require_once(__DIR__.'/../../vendor/autoload.php');
80
81
0 commit comments