1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-15 03:55:23 +02:00

[ticket/16574] Reorder order of static keyword

PHPBB3-16574
This commit is contained in:
Marc Alexander 2021-08-19 23:10:31 +02:00
parent 28f98402f3
commit f9dbd59371
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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',