# packeta/trunk/src/Packetery/Module/Shipping/Generated/ShippingMethod_4307.php

Packeta, version trunk. 20 lines.

- Page: https://pluginprobe.com/plugins/packeta/trunk/code/src/Packetery/Module/Shipping/Generated/ShippingMethod_4307.php
- Raw: https://pluginprobe.com/plugins/packeta/trunk/raw/src/Packetery/Module/Shipping/Generated/ShippingMethod_4307.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/trunk/code/src/Packetery/Module/Shipping/Generated/ShippingMethod_4307.php#L10-L20`.

```php
<?php

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

declare(strict_types=1);

namespace Packetery\Module\Shipping\Generated;

use Packetery\Module\Shipping\BaseShippingMethod;

/**
 * FR Colissimo PP
 */
class ShippingMethod_4307 extends BaseShippingMethod
{
	public const CARRIER_ID = '4307';
}

```
