Skip to content

Commit

Permalink
revert: 移除 mongo 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
jiannei committed Dec 18, 2020
1 parent 05d196a commit f5c149c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
],
"require": {
"ext-json": "*",
"jenssegers/mongodb": "3.8.x",
"jiannei/laravel-enum": "^1.0"
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion src/Repositories/Enums/LogEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ class LogEnum extends Enum
// 定义应用中的日志分类;以冒号区分层级
const SQL = 'system:sql';
const REQUEST = 'system:request';
const EXCEPTION = 'system:exception';
}

0 comments on commit f5c149c

Please sign in to comment.