<?php
namespace Pterodactyl\Models;
class EggMount extends Model
{
/**
* @var string
*/
protected $table = 'egg_mount';
* @var null
protected $primaryKey = null;
* @var bool
public $incrementing = false;
}