database: fix mail settings migration

This commit is contained in:
Matthew Penner 2022-12-12 15:47:48 -07:00
parent 6df31e1923
commit 428311e854
No known key found for this signature in database
2 changed files with 61 additions and 11 deletions

View file

@ -2,6 +2,13 @@
namespace Pterodactyl\Models;
/**
* Pterodactyl\Models\Setting.
*
* @property int $id
* @property string $key
* @property string $value
*/
class Setting extends Model
{
/**