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/v330/reset_password.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/db/migration/data/v330/reset_password.php b/phpBB/phpbb/db/migration/data/v330/reset_password.php
index 87131c6e93..953d478ccc 100644
--- a/phpBB/phpbb/db/migration/data/v330/reset_password.php
+++ b/phpBB/phpbb/db/migration/data/v330/reset_password.php
@@ -17,9 +17,9 @@ class reset_password extends \phpbb\db\migration\migration
{
static public function depends_on()
{
- return array(
+ return [
'\phpbb\db\migration\data\v330\dev',
- );
+ ];
}
public function update_schema()