Skip to content
This repository was archived by the owner on Jan 23, 2019. It is now read-only.

Commit b2a5767

Browse files
committed
some update
1 parent eac1a97 commit b2a5767

File tree

17 files changed

+279
-1938
lines changed

17 files changed

+279
-1938
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN: `composer update`
2222

2323
- `inhere\librarys\asset` 资源(css,js)管理,加载,发布
2424
- `inhere\librarys\collections` 数据收集器. 通常用于全局配置
25-
- `inhere\librarys\console` 控制台的一些简单交互
25+
- `inhere\librarys\console` 控制台的一些简单交互. **removed** please use `inhere\console` [github](https://github.com/inhere/php-console)
2626
- `inhere\librarys\di` 依赖注入容器,提供服务管理
2727
- `inhere\librarys\env` 环境信息收集, `Server`: 服务端信息. `Client`: 客户端信息
2828
- `inhere\librarys\files` 文件系统操作(文件(夹)读取,检查,创建);文件上传/下载,图片处理(缩略图/水印),图片验证码生成
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
* Time: 上午11:49
77
*/
88

9-
namespace inhere\librarys\utils;
9+
namespace inhere\librarys\collections;
1010

11-
use inhere\librarys\collections\ActiveData;
12-
use inhere\librarys\exceptions\PropertyException;
11+
use inhere\exceptions\PropertyException;
1312

1413
/**
1514
* Class JsonMessage
@@ -131,4 +130,4 @@ public function __get($name)
131130

132131
throw new PropertyException(sprintf('获取不存在的属性 %s !',$name));
133132
}
134-
}
133+
}

src/console/Color.php

Lines changed: 0 additions & 297 deletions
This file was deleted.

0 commit comments

Comments
 (0)