Admin/Card: Adding jackpot field.
This commit is contained in:
parent
0ee6592b63
commit
11eb3ccdd2
3 changed files with 7 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ class CardController extends BaseController
|
|||
'body' => 'Body',
|
||||
'subject' => 'Subject',
|
||||
'subject_type' => 'Subject Type',
|
||||
'jackpot' => 'Jackpot',
|
||||
'raid.name' => 'Raid',
|
||||
],
|
||||
'sort_columns' => [
|
||||
|
|
|
|||
Reference in a new issue