Skip to content

Commit

Permalink
Update ChainingPromise.php
Browse files Browse the repository at this point in the history
  • Loading branch information
VennDev authored Aug 18, 2024
1 parent a68f0ab commit e941eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions some_tests/promise-async-await/ChainingPromise.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 @@ -69,4 +69,4 @@ function testPromise4() : Promise {
})
->finally(function() {
var_dump("Complete!");
});
});

0 comments on commit e941eaf

Please sign in to comment.