mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11703] Extend the correct migration class.
PHPBB3-11703
This commit is contained in:
parent
a409d39881
commit
51cc715504
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue