mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11703] Extend the correct migration class.
PHPBB3-11703
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
namespace phpbb\db\migration\data\v310;
|
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()
|
public function effectively_installed()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user