smsgateway/src/SmsGateway/Backend/DatabaseBackend.php
Gergely Polonkai (W00d5t0ck) 80376ff566 Started rewriting the new version
json_sms.php already reflects that. The old class files are still around, though.
2012-09-25 18:56:03 +02:00

8 lines
124 B
PHP

<?php
namespace SmsGateway\Backend;
use SmsGateway\BackendInterface;
class DatabaseBackend implements BackendInterface
{
}