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
@@ -5,7 +5,7 @@ use Illuminate\Database\Eloquent\Model as Eloquent;
class GameData extends Eloquent
{
protected $fillable = [
'gameLink', 'isWebBased', "img"
'game_link', 'is_web_Based', "img"
];
public function group(){