VirFixHistoryTrackingReferenceCommand
extends Command
in package
Fix tracking_reference for VIR shipment tracking history entries.
Changes from internal_tracking_code to tracking_id to match UI template expectations.
Table of Contents
Properties
- $em : EntityManagerInterface
Methods
- __construct() : mixed
- configure() : mixed
- execute() : mixed
Properties
$em
private
EntityManagerInterface
$em
Methods
__construct()
public
__construct(EntityManagerInterface $em) : mixed
Parameters
- $em : EntityManagerInterface
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface