This commit is contained in:
2021-09-02 14:32:01 +08:00
parent bc7c5ad13b
commit 1aeb698c76
+13 -1
View File
@@ -5,7 +5,6 @@ defined('APP_PATH') or define('APP_PATH', realpath(__DIR__ . '/../../'));
use Annotation\Annotation; use Annotation\Annotation;
use Http\Context\Context; use Http\Context\Context;
use Http\Context\HttpParams;
use Http\Context\Response as HttpResponse; use Http\Context\Response as HttpResponse;
use Http\Route\Router; use Http\Route\Router;
use JetBrains\PhpStorm\Pure; use JetBrains\PhpStorm\Pure;
@@ -56,6 +55,19 @@ if (!function_exists('make')) {
} }
if (!function_exists('done')) {
/**
*
*/
function done()
{
putenv('state=exit');
}
}
if (!function_exists('enable_file_modification_listening')) { if (!function_exists('enable_file_modification_listening')) {