class-wpml-media-attachment-by-url-query-factory.php 219 Bytes
<?php

namespace WPML\Media\Factories;

class WPML_Media_Attachment_By_URL_Query_Factory {
	public function create() {
		global $wpdb;

		return new \WPML\Media\Classes\WPML_Media_Attachment_By_URL_Query( $wpdb );
	}
}