feat: notes module (monicahq/chandler#29)
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user