get_time_limit

This commit is contained in:
Too
2018-06-25 18:16:20 +08:00
parent a3d8eff9e0
commit 3129da5df4
4 changed files with 39 additions and 4 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ use Illuminate\Database\Eloquent\Model;
class SettingCredit extends Model
{
protected $fillable = ['rmb_credit_limit','usd_credit_limit'];
protected $fillable = ['rmb_credit_limit','usd_credit_limit','time_limit'];
}