lip пре 2 недеља
родитељ
комит
7248eaa2a3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Models/JisuGameOrder.php

+ 1 - 1
app/Models/JisuGameOrder.php

@@ -5,5 +5,5 @@ namespace App\Models;
 class JisuGameOrder extends BaseModel
 {
     protected $table = 'jisu_game_order';
-    protected $fillable = ['ordernum', 'gameplay_id', 'member_id','odds','amount','status','win_amount','profit_and_loss','remark'];
+    protected $fillable = ['ordernum', 'gameplay_id', 'member_id','odds','amount','status','win_amount','profit_and_loss','remark','created_at', 'updated_at'];
 }