mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
18
tests/extension/ext/vendor2/bar/migration/migration.php
Normal file
18
tests/extension/ext/vendor2/bar/migration/migration.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* This file is part of the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) phpBB Limited <https://www.phpbb.com>
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
* For full copyright and license information, please see
|
||||
* the docs/CREDITS.txt file.
|
||||
*
|
||||
*/
|
||||
|
||||
namespace vendor2\bar\migration;
|
||||
|
||||
class migration extends \phpbb\db\migration\migration
|
||||
{
|
||||
}
|
18
tests/extension/ext/vendor2/bar/migrations/migration.php
Normal file
18
tests/extension/ext/vendor2/bar/migrations/migration.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* This file is part of the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) phpBB Limited <https://www.phpbb.com>
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
* For full copyright and license information, please see
|
||||
* the docs/CREDITS.txt file.
|
||||
*
|
||||
*/
|
||||
|
||||
namespace vendor2\bar\migrations;
|
||||
|
||||
class migration extends \phpbb\db\migration\migration
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user