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