Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Oct 31, 2023
1 parent 6316788 commit 6639671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/base/version/2.1-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@
* 废弃 `Model::updateBatch()``Model::deleteBatch()`

* 废弃模型查询时动态指定字段名的特殊处理

* 废弃注释注解,改为全部使用原生注解
3 changes: 0 additions & 3 deletions doc/container/php-fpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ imi v2.0 版本开始,支持运行在 PHP-FPM 环境中。
```php
return [
'imi' => [
'annotation' => [
'cache' => true, // 启用注解解析文件缓存;修改代码不生效时,修改注解需要删除 `.runtime/annotation` 目录缓存
],
'bean' => [
'fileCache' => true, // 启用 bean 文件缓存;修改代码不生效时,需要删除 `.runtime/classes` 目录缓存
],
Expand Down

0 comments on commit 6639671

Please sign in to comment.