Files
ystavakylaecard/application/third_party/Mandrill/Internal.php

11 lines
129 B
PHP
Executable File

<?php
class Mandrill_Internal {
public function __construct(Mandrill $master) {
$this->master = $master;
}
}