aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/db')
-rw-r--r--phpBB/phpbb/db/migration/data/v310/acp_style_components_module.php (renamed from phpBB/phpbb/db/migration/data/310/acp_style_components_module.php)6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/phpbb/db/migration/data/310/acp_style_components_module.php b/phpBB/phpbb/db/migration/data/v310/acp_style_components_module.php
index cefaf7c452..9f168f4fd6 100644
--- a/phpBB/phpbb/db/migration/data/310/acp_style_components_module.php
+++ b/phpBB/phpbb/db/migration/data/v310/acp_style_components_module.php
@@ -7,7 +7,9 @@
*
*/
-class phpbb_db_migration_data_310_acp_style_components_module extends phpbb_db_migration
+namespace phpbb\db\migration\data\v310;
+
+class acp_style_components_module extends \phpbb\db\migration\migration
{
public function effectively_installed()
{
@@ -24,7 +26,7 @@ class phpbb_db_migration_data_310_acp_style_components_module extends phpbb_db_m
static public function depends_on()
{
- return array('phpbb_db_migration_data_310_dev');
+ return array('\phpbb\db\migration\data\v310\dev');
}
public function update_data()