Replace server variable repository

This commit is contained in:
Lance Pioch 2022-10-22 20:13:42 -04:00
parent 860b2d890b
commit 7d8eba1595
5 changed files with 6 additions and 36 deletions

View file

@ -1,7 +0,0 @@
<?php
namespace Pterodactyl\Contracts\Repository;
interface ServerVariableRepositoryInterface extends RepositoryInterface
{
}