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