Added Notifications
This commit is contained in:
@@ -39,13 +39,21 @@ class Achievement extends Model
|
||||
'achievement_category_id',
|
||||
'achievement_difficulty_id',
|
||||
'threshold',
|
||||
'has_page',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'has_page' => 'boolean',
|
||||
'progressive' => 'boolean',
|
||||
'threshold' => 'integer',
|
||||
];
|
||||
|
||||
|
||||
public function getRouteKeyName(): string
|
||||
{
|
||||
return 'internal_name';
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------
|
||||
// Relationships
|
||||
// ---------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user