mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14771] Make phing sniff happy
PHPBB3-14771
This commit is contained in:
parent
21759572c2
commit
9099bdb2ad
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace phpbb\db\migration\data\v400;
|
||||||
|
|
||||||
class add_audio_files_attachment_group extends \phpbb\db\migration\migration
|
class add_audio_files_attachment_group extends \phpbb\db\migration\migration
|
||||||
{
|
{
|
||||||
static public function depends_on()
|
public static function depends_on()
|
||||||
{
|
{
|
||||||
return ['\phpbb\db\migration\data\v400\dev'];
|
return ['\phpbb\db\migration\data\v400\dev'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue