diff --git a/phpBB/phpbb/db/migration/data/v330/storage_avatar.php b/phpBB/phpbb/db/migration/data/v330/storage_avatar.php index 5eac0b8346..3d415ee558 100644 --- a/phpBB/phpbb/db/migration/data/v330/storage_avatar.php +++ b/phpBB/phpbb/db/migration/data/v330/storage_avatar.php @@ -13,14 +13,12 @@ namespace phpbb\db\migration\data\v330; -use \phpbb\storage\provider; - class storage_avatar extends \phpbb\db\migration\migration { public function update_data() { return array( - array('config.add', array('storage\\avatar\\adapter', provider\local::class)), + array('config.add', array('storage\\avatar\\adapter', \phpbb\storage\provider\local::class)), array('config.add', array('storage\\avatar\\config\\path', $this->config['avatar_path'])), array('config.remove', array('avatar_path')), );