mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11386] Fix missing ;
PHPBB3-11386
This commit is contained in:
parent
e4f7828199
commit
071defded6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class phpbb_db_migrator
|
||||||
protected $db;
|
protected $db;
|
||||||
|
|
||||||
/** @var phpbb_db_tools */
|
/** @var phpbb_db_tools */
|
||||||
protected $db_tools
|
protected $db_tools;
|
||||||
|
|
||||||
/** @var string */
|
/** @var string */
|
||||||
protected $table_prefix;
|
protected $table_prefix;
|
||||||
|
|
Loading…
Add table
Reference in a new issue