最新服务器上的版本,以后用这个
zhangmeng
2023-04-19 e3f5aa12f58d986098a9de0f5cb38060e403036d
1
2
3
4
5
6
7
#!/usr/bin/env php
<?php
require(__DIR__ . '/vendor/autoload.php');
 
$application = new app\core\ConsoleApplication();
$exitCode = $application->run();
exit($exitCode);