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

namespace WCML\Compatibility\Relevanssi;

use WCML\Compatibility\ComponentFactory;
use WCML_Relevanssi;

class Factory extends ComponentFactory {

	/**
	 * @inheritDoc
	 */
	public function create() {
		return new WCML_Relevanssi();
	}
}