smsgateway/src/SmsGateway/Auth/DatabaseAuth.php
Gergely Polonkai (W00d5t0ck) 61d0399828 Some updates
2012-09-25 19:20:56 +02:00

9 lines
116 B
PHP

<?php
namespace SmsGateway\Backend;
use SmsGateway\AuthInterface;
class DatabaseAuth implements AuthInterface
{
}