feat: contact information management (monicahq/chandler#156)

This commit is contained in:
Mazarin
2022-07-23 12:23:15 -04:00
committed by GitHub
parent 359c91d331
commit e3f123317a
38 changed files with 1047 additions and 172 deletions
+1
View File
@@ -33,6 +33,7 @@ class Module extends Model
public const TYPE_GOALS = 'goals';
public const TYPE_ADDRESSES = 'addresses';
public const TYPE_GROUPS = 'groups';
public const TYPE_CONTACT_INFORMATION = 'contact_information';
/**
* The attributes that are mass assignable.