Files
zhamao-framework/src/ZM/Store/ZMBuf.php
2021-09-01 14:14:00 +08:00

18 lines
272 B
PHP

<?php
/**
* Created by PhpStorm.
* User: jerry
* Date: 2018/2/25
* Time: 下午11:11
*/
namespace ZM\Store;
class ZMBuf
{
public static $events = [];
public static $instance = [];
public static $context_class = [];
public static $terminal = null;
}