misc_pterodactyl-panel/app/Models/ServiceOptions.php
2015-12-08 18:33:33 -05:00

17 lines
248 B
PHP

<?php
namespace Pterodactyl\Models;
use Illuminate\Database\Eloquent\Model;
class ServiceOptions extends Model
{
/**
* The table associated with the model.
*
* @var string
*/
protected $table = 'service_options';
}