1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 06:51:08 +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; return $this->migrations;
} }
/**
* Creates the migrations table if it does not exist.
* @return null
*/
public function create_migrations_table() public function create_migrations_table()
{ {
// Make sure migrations have been installed. // Make sure migrations have been installed.