Skip to content

Commit 82e96f0

Browse files
committed
docs(extending): 📝 将 basecontroller.rst 中的“Session 库”修正为“Session 类”
1 parent 6ce3605 commit 82e96f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/extending/basecontroller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
.. literalinclude:: basecontroller/002.php
1919

20-
任何其他需要加载的组件或需要处理的数据都应添加到构造函数 ``initController()`` 中。例如,如果你的项目大量使用 Session ,你可能希望在这里初始化它:
20+
任何其他需要加载的组件或需要处理的数据都应添加到构造函数 ``initController()`` 中。例如,如果你的项目大量使用 Session ,你可能希望在这里初始化它:
2121

2222
.. literalinclude:: basecontroller/003.php
2323

0 commit comments

Comments
 (0)