Select Git revision
Dropoff.php
-
Christel Loftus authoredChristel Loftus authored
Dropoff.php 177 B
<?php
namespace BobGroup\BobGo\Model\Source;
class Dropoff extends Generic
{
/**
* Carrier code
* @var string
*/
protected string $_code = 'dropoff';
}