Files

11 lines
129 B
PHP
Executable File

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