mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 16:15:34 +08:00
update to 3.0.0-alpha2 (build 610): refactor driver
This commit is contained in:
19
src/ZM/Store/InternalGlobals.php
Normal file
19
src/ZM/Store/InternalGlobals.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace ZM\Store;
|
||||
|
||||
use Symfony\Component\Routing\RouteCollection;
|
||||
|
||||
/**
|
||||
* 框架内部使用的全局变量
|
||||
*/
|
||||
class InternalGlobals
|
||||
{
|
||||
/**
|
||||
* @var null|RouteCollection 用于保存 Route 注解的路由树
|
||||
* @internal
|
||||
*/
|
||||
public static $routes;
|
||||
}
|
||||
Reference in New Issue
Block a user