feat: manage addresses (monicahq/chandler#127)

This commit is contained in:
Mazarin
2022-06-09 13:28:11 -04:00
committed by GitHub
parent c7d358ff35
commit d6a0f1f5e5
29 changed files with 1339 additions and 220 deletions
+1
View File
@@ -31,6 +31,7 @@ class Module extends Model
const TYPE_CALLS = 'calls';
const TYPE_PETS = 'pets';
const TYPE_GOALS = 'goals';
const TYPE_ADDRESSES = 'addresses';
/**
* The attributes that are mass assignable.