Created File* backends

This commit is contained in:
Gergely POLONKAI
2012-10-06 23:17:20 +02:00
parent 57a2da32cb
commit 498e00b7d2
10 changed files with 431 additions and 28 deletions

View File

@@ -1,7 +1,8 @@
<?php
namespace SmsGateway\Backend;
namespace SmsGateway\Auth;
use SmsGateway\AuthInterface;
use SmsGateway\LoggerInterface;
class DatabaseAuth implements AuthInterface
{