mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix change user class + medal display
This commit is contained in:
@@ -15,7 +15,7 @@ class Medal extends NexusModel
|
||||
self::GET_TYPE_GRANT => ['text' => 'Grant'],
|
||||
];
|
||||
|
||||
protected $fillable = ['name', 'description', 'image_large', 'image_small', 'price', 'duration', 'get_type'];
|
||||
protected $fillable = ['name', 'description', 'image_large', 'image_small', 'price', 'duration', 'get_type', 'display_on_medal_page'];
|
||||
|
||||
public $timestamps = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user