* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * @link https://www.temando.com/ */ class PickupLocationSearchRequest extends NoSequenceDb { /** * Resource initialization * * @return void */ protected function _construct() { $this->_init( SetupSchema::TABLE_PICKUP_LOCATION_SEARCH, PickupLocationSearchRequestInterface::SHIPPING_ADDRESS_ID ); } }