ZxcZxc123 2 năm trước cách đây
mục cha
commit
03d2712355
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      app/admin/model/user/User.php

+ 5 - 0
app/admin/model/user/User.php

@@ -37,6 +37,8 @@ class User extends BaseModel
     // Add this line to define the new property
     protected $captain;
 
+    protected $spread_ratio;
+
     use ModelTrait;
 
     /*
@@ -1251,4 +1253,7 @@ class User extends BaseModel
 
 
 
+
+
+
 }