diff options
author | ftwbzhao <b.zhao1@gmail.com> | 2015-05-20 10:10:35 +0200 |
---|---|---|
committer | ftwbzhao <b.zhao1@gmail.com> | 2015-05-20 10:17:11 +0200 |
commit | b8978ee517fab43fea511869337ac40b577f00a3 (patch) | |
tree | 01a30c745f0b53362b763f39b827dfb04707bf61 /user_guide_src | |
parent | 20bd19dfe6c408925a937b4a6de93a74a853c372 (diff) |
optimize migrations class reference
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/libraries/migration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/migration.rst b/user_guide_src/source/libraries/migration.rst index 9eb9b78b1..0f386aa39 100644 --- a/user_guide_src/source/libraries/migration.rst +++ b/user_guide_src/source/libraries/migration.rst @@ -164,7 +164,7 @@ Class Reference .. php:method:: latest() - :returns: TRUE if no migrations are found, current version string on success, FALSE on failure + :returns: current version string on success, FALSE on failure :rtype: mixed This works much the same way as ``current()`` but instead of looking for |