mirror of
https://github.com/pterodactyl/panel.git
synced 2026-02-06 15:07:05 -06:00
8 lines
128 B
PHP
8 lines
128 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Contracts\Repository;
|
|
|
|
interface ServerVariableRepositoryInterface extends RepositoryInterface
|
|
{
|
|
}
|