1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00
Pterodactyl-Panel/app/Models/ServiceVariables.php

18 lines
252 B
PHP
Raw Normal View History

2015-12-09 00:33:33 +01:00
<?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';
}