<?php namespace BobGroup\BobGo\Model\Source; class Method extends Generic { /** * Carrier code * @var string */ protected string $_code = 'method'; }