@@ -1,12 +1,15 @@
#!/usr/bin/env php
<?php
namespace think;
// 命令行入口文件
// 加载基础文件
require __DIR__ . '/vendor/autoload.php';
require __DIR__ . '/lib/index.php';
define('REUQEST_UID', uniqid());
// 应用初始化
(new App())->console->run();
The note is not visible to the blocked user.