1
0
Fork 0
smsgateway/src/SmsGateway/Auth/DatabaseAuth.php

9 lines
116 B
PHP
Raw Normal View History

2012-09-25 17:20:56 +00:00
<?php
namespace SmsGateway\Backend;
use SmsGateway\AuthInterface;
class DatabaseAuth implements AuthInterface
{
}