diff --git a/some_tests/promise-async-await/PromiseAll.php b/some_tests/promise-async-await/PromiseAll.php index 7a8c84d55..89fec20e1 100644 --- a/some_tests/promise-async-await/PromiseAll.php +++ b/some_tests/promise-async-await/PromiseAll.php @@ -2,7 +2,7 @@ require_once __DIR__ . '/vendor/autoload.php'; -use vennv\vapm\simultaneous\Promise; +use vennv\vapm\Promise; use vennv\vapm\System; /** @@ -43,4 +43,4 @@ function main() : void { }); } -main(); \ No newline at end of file +main();