7
0
mirror of https://github.com/pelican-dev/panel.git synced 2025-06-09 17:28:58 +02:00
pelican-panel-mirror/app/Contracts/Repository/ServerVariableRepositoryInterface.php

8 lines
128 B
PHP

<?php
namespace Pterodactyl\Contracts\Repository;
interface ServerVariableRepositoryInterface extends RepositoryInterface
{
}