Files
fast_response/admin/vendor/topthink/think-installer/src/Promise.php
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

12 lines
121 B
PHP
Executable File

<?php
namespace think\composer;
class Promise
{
public function then($callable)
{
$callable();
}
}