1
0
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:
Nils Adermann
2013-09-10 17:13:29 +02:00
parent 9a2c29a175
commit d297eb4aec
4 changed files with 39 additions and 32 deletions

View File

@@ -7,7 +7,7 @@
*
*/
namespace phpbb\db\migration\data0;
namespace phpbb\db\migration\data\v310;
class style_update_p2 extends \phpbb\db\migration\migration
{