* @copyright (c) 2006-2018 Eoxia * @license AGPLv3 * @package Annonces\contact\Actions * @since 2.0.0 */ namespace annonces; defined( 'ABSPATH' ) || exit; /** * Action of "Hello_World" module. */ class Contact_Action { /** * Constructor * * @since 2.0.0 */ public function __construct() { } } new Contact_Action();