9 lines
190 B
PHP
9 lines
190 B
PHP
<?php
|
|
|
|
class Raben extends Delivery
|
|
{
|
|
public static $className = 'Raben';
|
|
|
|
protected $track_and_trace = 'https://myraben.com/link/ShipmentInformation?shipmentNumber=[PACKAGE_ID]';
|
|
}
|