mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11700] Get the installer to run with namespaces
PHPBB3-11700
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
namespace phpbb\db\migration\data0;
|
||||
namespace phpbb\db\migration\data\v310;
|
||||
|
||||
class style_update_p2 extends \phpbb\db\migration\migration
|
||||
{
|
||||
|
Reference in New Issue
Block a user