misc_pterodactyl-panel/app/Models/ServerVariables.php

18 lines
250 B
PHP
Raw Normal View History

2015-12-08 23:33:33 +00:00
<?php
namespace Pterodactyl\Models;
use Illuminate\Database\Eloquent\Model;
class ServerVariables extends Model
{
/**
* The table associated with the model.
*
* @var string
*/
protected $table = 'server_variables';
}