mirror of
https://github.com/Ekokumppanit/ystavakylaecard.git
synced 2026-01-26 11:14:04 +00:00
11 lines
129 B
PHP
Executable File
11 lines
129 B
PHP
Executable File
<?php
|
|
|
|
class Mandrill_Internal {
|
|
public function __construct(Mandrill $master) {
|
|
$this->master = $master;
|
|
}
|
|
|
|
}
|
|
|
|
|