File "Module_Integration.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/src/Common/Integrations/Traits/Module_Integration.php
File size: 232 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace TEC\Common\Integrations\Traits;

trait Module_Integration {
	/**
	 * Gets the integration type.
	 *
	 * @since  5.1.1
	 *
	 * @return string
	 */
	public static function get_type(): string {
		return 'module';
	}
}