WizdomWeb/app/Interfaces/ServiceInterface.php

9 lines
125 B
PHP

<?php
namespace WizdomNetworks\WizeWeb\Interfaces;
class ServiceInterface
{
// Placeholder for future implementation
}