SMS API
This commit is contained in:
parent
e36ccbfcf4
commit
9dccf0fffb
10 changed files with 2270 additions and 6 deletions
10
src/App/Model/SmsQuery.php
Normal file
10
src/App/Model/SmsQuery.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace App\Model;
|
||||
|
||||
use App\Model\Base\SmsQuery as BaseSmsQuery;
|
||||
|
||||
class SmsQuery extends BaseSmsQuery
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue