Skip to content

Commit 6c86896

Browse files
committed
Add project autoloader to Application boot.
1 parent 4ab38da commit 6c86896

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

solid/lib/AppInfo/Application.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@ public function register(IRegistrationContext $context): void {
7676
}
7777

7878
public function boot(IBootContext $context): void {
79+
require_once(__DIR__.'/../../vendor/autoload.php');
7980
}
8081
}

0 commit comments

Comments
 (0)