mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
格式化代码;新增全局数据存储工具;
This commit is contained in:
9
app/common/tools/StoreValueTools.php
Normal file
9
app/common/tools/StoreValueTools.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\tools;
|
||||
|
||||
use base\common\tools\StoreValueToolsBase;
|
||||
|
||||
class StoreValueTools extends StoreValueToolsBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user