diff options
author | ftwbzhao <b.zhao1@gmail.com> | 2015-05-21 14:28:54 +0200 |
---|---|---|
committer | ftwbzhao <b.zhao1@gmail.com> | 2015-05-21 14:28:54 +0200 |
commit | 8d132bb1e999c2b2bdc2125d6d4ec36649556fc7 (patch) | |
tree | e0e95d053a8e437dc0390bc4c1b7484ca03f75c3 /system | |
parent | b8978ee517fab43fea511869337ac40b577f00a3 (diff) |
update function latest
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Migration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php index e17f41696..45a3cbbce 100644 --- a/system/libraries/Migration.php +++ b/system/libraries/Migration.php @@ -294,7 +294,7 @@ class CI_Migration { /** * Sets the schema to the latest migration * - * @return mixed current version string on success, FALSE on failure + * @return mixed Current version string on success, FALSE on failure */ public function latest() { |