This commit is contained in:
2021-05-05 08:39:27 +02:00
parent 00f6020dbc
commit 4f2cb208fd
8 changed files with 32 additions and 19 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ class GameJam extends Eloquent
'start_time',
'end_time',
'key_word',
'description'
'description',
'is_finished'
];