This commit is contained in:
as2252258@163.com
2021-08-11 01:04:57 +08:00
parent 63d8eaa4a5
commit 682246df28
219 changed files with 790 additions and 791 deletions
+3 -3
View File
@@ -1,16 +1,16 @@
<?php
declare(strict_types=1);
namespace Snowflake\Abstracts;
namespace Kiri\Abstracts;
use Exception;
use HttpServer\Exception\ExitException;
use Snowflake\Core\Json;
use Kiri\Core\Json;
/**
* Class BaseGoto
* @package Snowflake\Abstracts
* @package Kiri\Abstracts
*/
class BaseGoto extends Component
{