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