Update Member Import

This commit is contained in:
2022-07-25 10:20:35 +07:00
parent 42e4129a79
commit 1edd8157c7
71 changed files with 1917 additions and 2743 deletions

View File

@@ -28,4 +28,14 @@ class MemberPolicy extends Model
{
return $this->belongsTo(Member::class, 'member_id', 'member_id');
}
// public function setStartAttribute($value)
// {
// $this->attributes['start'] = $value ? strtotime($value) : null;
// }
// public function setEndAttribute($value)
// {
// $this->attributes['end'] = $value ? strtotime($value) : null;
// }
}