mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16574] Reorder order of static keyword
PHPBB3-16574
This commit is contained in:
parent
28f98402f3
commit
f9dbd59371
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class remove_flash extends migration
|
|||
return !$this->config->offsetExists('allow_post_flash');
|
||||
}
|
||||
|
||||
static public function depends_on()
|
||||
public static function depends_on()
|
||||
{
|
||||
return [
|
||||
'\phpbb\db\migration\data\v400\dev',
|
||||
|
|
Loading…
Add table
Reference in a new issue