File "Collection.php"

Full Path: /home/digidjwy/public_html/wp-content/plugins/mycryptocheckout/src/Collection.php
File size: 235 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace mycryptocheckout;

/**
	@brief		Convenience class so that we don't have to keep referring to the whole SDK path.
	@since		2017-12-09 07:27:47
**/
class Collection
	extends \plainview\sdk_mcc\collections\Collection
{
}