• File: Base.php
  • Full Path: /home/lef/public_html/wp-content/plugins/wpml-translation-management/classes/API/REST/Base.php
  • File size: 171 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace WPML\TM\REST;

abstract class Base extends \WPML\Rest\Base {

	/**
	 * @return string
	 */
	public function get_namespace() {
		return 'wpml/tm/v1';
	}
}