Files
api/services/nginx/app/interfaces/notification_i.php
T
2025-01-29 14:27:44 +01:00

8 lines
59 B
PHP

<?php
namespace interfaces;
interface notification_i
{
}