model update

This commit is contained in:
2021-03-08 13:09:50 +01:00
parent 4eb443cd1c
commit 44c8fc828c
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ use Illuminate\Database\Eloquent\Model as Eloquent;
class Group extends Eloquent
{
protected $fillable = [
'groupName', 'groupAmount', 'votes'
'group_name', 'group_amount', 'votes'
];
public function gameJam(){