update controllers logic
This commit is contained in:
@@ -26,13 +26,10 @@ class Competition extends BaseModel
|
||||
'prize_per_point',
|
||||
'is_published',
|
||||
'published_at',
|
||||
'created_by',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'deleted_at',
|
||||
'is_locked',
|
||||
'locked_at',
|
||||
'locked_by',
|
||||
'created_by',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
Reference in New Issue
Block a user