mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-07 08:56:38 +02:00
8 lines
128 B
PHP
8 lines
128 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Contracts\Repository;
|
|
|
|
interface ServerVariableRepositoryInterface extends RepositoryInterface
|
|
{
|
|
}
|