Some updates
This commit is contained in:
8
src/SmsGateway/Auth/DatabaseAuth.php
Normal file
8
src/SmsGateway/Auth/DatabaseAuth.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace SmsGateway\Backend;
|
||||
|
||||
use SmsGateway\AuthInterface;
|
||||
|
||||
class DatabaseAuth implements AuthInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user