misc_pterodactyl-panel/app/Models/Download.php

19 lines
250 B
PHP
Raw Normal View History

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