diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-07-28 14:56:19 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-28 15:17:19 +0200 |
commit | ae350bda4276d245a8480242a8c803a840922ece (patch) | |
tree | 695bc0de8d23fa2b9578ff271fadbd124fa415e5 | |
parent | a8e81b6e9f42c3187d7b17c6bb5da052c28944a6 (diff) | |
download | forums-ae350bda4276d245a8480242a8c803a840922ece.tar forums-ae350bda4276d245a8480242a8c803a840922ece.tar.gz forums-ae350bda4276d245a8480242a8c803a840922ece.tar.bz2 forums-ae350bda4276d245a8480242a8c803a840922ece.tar.xz forums-ae350bda4276d245a8480242a8c803a840922ece.zip |
[ticket/12870] Add doc block
PHPBB3-12870
-rw-r--r-- | phpBB/phpbb/db/migrator.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migrator.php b/phpBB/phpbb/db/migrator.php index 4b1ab1fd32..8bc63e564a 100644 --- a/phpBB/phpbb/db/migrator.php +++ b/phpBB/phpbb/db/migrator.php @@ -768,6 +768,10 @@ class migrator return $this->migrations; } + /** + * Creates the migrations table if it does not exist. + * @return null + */ public function create_migrations_table() { // Make sure migrations have been installed. |