<?php

namespace Pterodactyl\Models;

use Illuminate\Database\Eloquent\Model;

class ServiceVariables extends Model
{

    /**
     * The table associated with the model.
     *
     * @var string
     */
    protected $table = 'service_variables';

}