mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17093] Fix sniff error in migration
PHPBB3-17093
This commit is contained in:
parent
73806f9342
commit
ce8b31130c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace phpbb\db\migration\data\v400;
|
||||||
|
|
||||||
class add_disable_board_access_config extends \phpbb\db\migration\migration
|
class add_disable_board_access_config extends \phpbb\db\migration\migration
|
||||||
{
|
{
|
||||||
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…
Add table
Reference in a new issue