• File: Factory.php
  • Full Path: /home/lef/public_html/wp-content/plugins/woocommerce-multilingual/compatibility/WcMemberships/Factory.php
  • File size: 252 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace WCML\Compatibility\WcMemberships;

use WCML\Compatibility\ComponentFactory;

class Factory extends ComponentFactory {

	/**
	 * @inheritDoc
	 */
	public function create() {
		return new \WCML_WC_Memberships( new \WPML_WP_API() );
	}
}