/
home
/
rekodeb
/
www
/
wp-content
/
plugins
/
metform
/
core
/
integrations
/
Upload File
HOME
<?php namespace MetForm\Core\Integrations; interface Mail_Adapter_Contract { public function get_token(); public function get_adapter(); }