WizdomWeb/app/Interfaces/LoggableInterface.php

9 lines
126 B
PHP

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