• File: MOFactory.php
  • Full Path: /home/lef/public_html/wp-content/plugins/wpml-string-translation/classes/MO/File/MOFactory.php
  • File size: 143 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace WPML\ST\MO\File;

class MOFactory {
	/**
	 * @return \MO
	 */
	public function createNewInstance() {
		return new \MO();
	}

}