mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-15 12:05:21 +02:00
[ticket/16574] Reorder order of static keyword
PHPBB3-16574
This commit is contained in:
parent
28f98402f3
commit
f9dbd59371
@ -22,7 +22,7 @@ class remove_flash extends migration
|
|||||||
return !$this->config->offsetExists('allow_post_flash');
|
return !$this->config->offsetExists('allow_post_flash');
|
||||||
}
|
}
|
||||||
|
|
||||||
static public function depends_on()
|
public static function depends_on()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'\phpbb\db\migration\data\v400\dev',
|
'\phpbb\db\migration\data\v400\dev',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user