v0.5.6 - Fixed Guide when destroying.
Added accountable in Event table to see who is the accountable for the event. Changed description field to CKEditor
This commit is contained in:
@@ -20,6 +20,6 @@ class Event extends Model
|
||||
*/
|
||||
//protected variable which contains name of database field(s) to be filled.
|
||||
protected $fillable = [
|
||||
"name", "description", "date"
|
||||
"name", "accountable", "description", "date"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user