Replace server variable repository
This commit is contained in:
parent
860b2d890b
commit
7d8eba1595
5 changed files with 6 additions and 36 deletions
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace Pterodactyl\Repositories\Eloquent;
|
||||
|
||||
use Pterodactyl\Models\ServerVariable;
|
||||
use Pterodactyl\Contracts\Repository\ServerVariableRepositoryInterface;
|
||||
|
||||
class ServerVariableRepository extends EloquentRepository implements ServerVariableRepositoryInterface
|
||||
{
|
||||
/**
|
||||
* Return the model backing this repository.
|
||||
*/
|
||||
public function model(): string
|
||||
{
|
||||
return ServerVariable::class;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue