Skip to content

Commit

Permalink
Update PromiseAll.php
Browse files Browse the repository at this point in the history
  • Loading branch information
VennDev authored Aug 16, 2024
1 parent 1be4f97 commit c5fd0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions some_tests/promise-async-await/PromiseAll.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require_once __DIR__ . '/vendor/autoload.php';

use vennv\vapm\simultaneous\Promise;
use vennv\vapm\Promise;
use vennv\vapm\System;

/**
Expand Down Expand Up @@ -43,4 +43,4 @@ function main() : void {
});
}

main();
main();

0 comments on commit c5fd0c8

Please sign in to comment.