This website requires JavaScript.
Explore
Help
Sign In
tiansf
/
SchoolPhysicalExamination
Watch
1
Star
0
Fork
You've already forked SchoolPhysicalExamination
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2b5d5e3fcf
SchoolPhysicalExamination
/
vendor
/
topthink
/
think-installer
/
src
/
Promise.php
12 lines
121 B
PHP
Raw
Blame
History
<
?
php
namespace
think\composer
;
class
Promise
{
public
function
then
(
$callable
)
{
$callable
();
}
}
Reference in New Issue
View Git Blame
Copy Permalink