This commit is contained in:
wangjinlei
2022-04-06 18:24:31 +08:00
parent e0e66e5abe
commit a9bdce100c
557 changed files with 153341 additions and 6448 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace think\composer;
class Promise
{
public function then($callable)
{
$callable();
}
}