class-wpml-tm-rest-ate-api-factory.php 251 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?php class WPML_TM_REST_ATE_API_Factory extends WPML_REST_Factory_Loader { /** * @return \WPML_TM_REST_ATE_API * @throws \Auryn\InjectionException */ public function create() { return \WPML\Container\make( '\WPML_TM_REST_ATE_API' ); } }