You can now upload zip filer

This commit is contained in:
neerholt
2021-03-08 14:20:56 +01:00
parent 9ab0526608
commit b242918038
6 changed files with 55 additions and 39 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use Illuminate\Database\Eloquent\Model as Eloquent;
class GameData extends Eloquent
{
protected $fillable = [
'game_link', 'is_web_Based', "img"
'game_name', 'game_link', 'is_web_Based', "img"
];
public function group(){