HEX
Server: Apache
System: Linux webd001.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: mciraet (192513)
PHP: 8.2.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/mciraet/www/wp-content/plugins/wp-mail-logging/src/Model/DefaultMailService.php
<?php
/**
 * Created by IntelliJ IDEA.
 * User: noex_
 * Date: 24.09.2018
 * Time: 17:40
 */

namespace No3x\WPML\Model;


class DefaultMailService implements IMailService {

    /**
     * DefaultMailService constructor.
     */
    public function __construct() {

    }

    /**
     * Find a specific model by it's unique ID.
     *
     * @param  integer $id
     * @return false|WPML_Mail
     */
    public function find_one($id)
    {
        return WPML_Mail::find_one($id);
    }
}