mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16895] Correctly place static qualifier
PHPBB3-16895
This commit is contained in:
parent
e9720f5545
commit
4e62768375
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace phpbb\db\migration\data\v33x;
|
||||||
|
|
||||||
class remove_orphaned_roles extends \phpbb\db\migration\migration
|
class remove_orphaned_roles extends \phpbb\db\migration\migration
|
||||||
{
|
{
|
||||||
static public function depends_on()
|
public static function depends_on()
|
||||||
{
|
{
|
||||||
return ['\phpbb\db\migration\data\v33x\v335'];
|
return ['\phpbb\db\migration\data\v33x\v335'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue