@@ -6,7 +6,7 @@ class Bet extends BaseModel
{
protected $table = 'bets';
protected $fillable = ['issue_no', 'keywords', 'amount', 'odds', 'status', 'profit', 'issue_id', 'member_id', 'user_id'];
-
+ protected $hidden = [];
const STATUS_STAY = 1;
const STATUS_SETTLED = 2;
const STATUS_CANCEL = 3;