1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/11703] Extend the correct migration class.

PHPBB3-11703
This commit is contained in:
Andreas Fischer
2013-10-10 23:45:22 +02:00
parent a409d39881
commit 51cc715504

View File

@@ -9,7 +9,7 @@
namespace phpbb\db\migration\data\v310;
class allow_cdn extends phpbb_db_migration
class allow_cdn extends \phpbb\db\migration\migration
{
public function effectively_installed()
{