Merge branch '1.0-develop' into develop
This commit is contained in:
commit
4138fb7497
14 changed files with 149 additions and 46 deletions
|
@ -2,7 +2,13 @@
|
|||
|
||||
namespace Pterodactyl\Models;
|
||||
|
||||
/** @property string $value */
|
||||
/**
|
||||
* Pterodactyl\Models\Setting.
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $key
|
||||
* @property string $value
|
||||
*/
|
||||
class Setting extends Model
|
||||
{
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue