This commit is contained in:
Regis Freyd
2022-01-22 12:15:21 -05:00
committed by GitHub
parent eb8a0ea737
commit a30ec99e29
50 changed files with 795 additions and 184 deletions
+6
View File
@@ -10,6 +10,12 @@ class Module extends Model
{
use HasFactory;
/**
* Possible module types.
*/
const TYPE_NOTES = 'notes';
const TYPE_CONTACT_NAMES = 'contact_names';
/**
* The attributes that are mass assignable.
*