ProfileBilling.php in Commerce Migrate 8.2
File
modules/ubercart/src/Plugin/migrate/source/uc6/ProfileBilling.php
View source
<?php
namespace Drupal\commerce_migrate_ubercart\Plugin\migrate\source\uc6;
use Drupal\commerce_migrate_ubercart\Plugin\migrate\source\ProfileBilling as UbercartProfileBilling;
@trigger_error('ProfileBilling is deprecated in Commerce Migrate 8.x-2.x-beta4 and will be removed before Commerce Migrate 8.x-3.x. Use \\Drupal\\commerce_migrate\\modules\\ubercart\\source\\ProfileBilling instead.', E_USER_DEPRECATED);
class ProfileBilling extends UbercartProfileBilling {
}