1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12870] Add doc block

PHPBB3-12870
This commit is contained in:
Tristan Darricau
2014-07-28 14:56:19 +02:00
parent a8e81b6e9f
commit ae350bda42

View File

@@ -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.