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

@@ -16,7 +16,12 @@ class Corporate extends Model
'name',
'welcome_message',
'help_text',
'active'
'active',
'linking_rules',
];
protected $casts = [
'linking_rules' => 'array',
];
public function imports()