7 lines
58 B
PHP
7 lines
58 B
PHP
<?php
|
|
namespace App\Contracts;
|
|
|
|
interface SmsContract
|
|
{
|
|
|
|
} |