
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

namespace WCML\Email;

use function WPML\Container\make;

class Factory implements \IWPML_Backend_Action_Loader {

	public function create() {
		return [
			make( Settings\TranslationControls::class ),
		];
	}

}
