mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12870] Add doc block
PHPBB3-12870
This commit is contained in:
parent
a8e81b6e9f
commit
ae350bda42
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue