Files
panel/app/Models/EggMount.php
Matthew Penner 8ca098940a chore: update composer dependencies (#5198)
Signed-off-by: Matthew Penner <me@matthewp.io>
2024-10-21 19:18:20 -06:00

13 lines
170 B
PHP

<?php
namespace Pterodactyl\Models;
class EggMount extends Model
{
protected $table = 'egg_mount';
protected $primaryKey;
public $incrementing = false;
}