改名
This commit is contained in:
+13
-1
@@ -5,7 +5,6 @@ defined('APP_PATH') or define('APP_PATH', realpath(__DIR__ . '/../../'));
|
||||
|
||||
use Annotation\Annotation;
|
||||
use Http\Context\Context;
|
||||
use Http\Context\HttpParams;
|
||||
use Http\Context\Response as HttpResponse;
|
||||
use Http\Route\Router;
|
||||
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')) {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user