# packeta/2.1/src/Packetery/Module/Shipping/Generated/ShippingMethod_4856.php

Packeta, version 2.1. 20 lines.

- Page: https://pluginprobe.com/plugins/packeta/2.1/code/src/Packetery/Module/Shipping/Generated/ShippingMethod_4856.php
- Raw: https://pluginprobe.com/plugins/packeta/2.1/raw/src/Packetery/Module/Shipping/Generated/ShippingMethod_4856.php
- Modified: 2025-03-10T10:47:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/packeta/2.1/code/src/Packetery/Module/Shipping/Generated/ShippingMethod_4856.php#L10-L20`.

```php
<?php

/**
 * This file is auto-generated.
 */

declare(strict_types=1);

namespace Packetery\Module\Shipping\Generated;

use Packetery\Module\Shipping\BaseShippingMethod;

/**
 * GB Royal Mail 24 HD
 */
class ShippingMethod_4856 extends BaseShippingMethod
{
	public const CARRIER_ID = '4856';
}

```
