10 lines
161 B
PHP
10 lines
161 B
PHP
<?php
|
|
|
|
namespace App\Repositories\Notifications;
|
|
|
|
use App\Repositories\ContractInterface;
|
|
|
|
interface NotificationContractInterface extends ContractInterface
|
|
{
|
|
|
|
} |