mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/12870] Add doc block
PHPBB3-12870
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user