Update Member Import
This commit is contained in:
@@ -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;
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user