smartEnergyView-backend/app/Repositories/Notifications/NotificationContractInterface.php
2022-06-13 12:37:24 -03:00

10 lines
161 B
PHP

<?php
namespace App\Repositories\Notifications;
use App\Repositories\ContractInterface;
interface NotificationContractInterface extends ContractInterface
{
}