misc_pterodactyl-panel/app/Models/EggMount.php

13 lines
177 B
PHP
Raw Normal View History

2020-10-03 19:42:27 +00:00
<?php
namespace Pterodactyl\Models;
class EggMount extends Model
{
protected $table = 'egg_mount';
protected $primaryKey = null;
public $incrementing = false;
}