updated event migration and admin stuff
This commit is contained in:
@@ -12,6 +12,6 @@ class Event extends Model
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = [
|
||||
"name", "description"
|
||||
"name", "description", "date"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user