Remove wrong columns added to addGroup query

This commit is contained in:
DariusIII
2018-02-13 13:53:27 +01:00
parent 3a62196a2a
commit 218c8bf67d
-2
View File
@@ -292,8 +292,6 @@ class Group extends Model
'backfill' => $group['backfill'] ?? 0,
'minsizetoformrelease' => $group['minsizetoformrelease'] === '' ? null : $group['minsizetoformrelease'],
'minfilestoformrelease' => $group['minfilestoformrelease'] === '' ? null : $group['minfilestoformrelease'],
'created_at' => Carbon::now(),
'updated_at' => Carbon::now(),
]
);
}