updated event migration and admin stuff

This commit is contained in:
Vedde
2020-06-29 12:53:08 +02:00
parent 7f7226e12d
commit 4020fcf502
6 changed files with 27 additions and 28 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ class Event extends Model
* @var array
*/
protected $fillable = [
"name", "description"
"name", "description", "date"
];
}