File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 297
297
},
298
298
{
299
299
"nombre" : " Survival Horror" ,
300
- "slug" : " survival Horror "
300
+ "slug" : " survival-horror "
301
301
},
302
302
{
303
303
"nombre" : " TBS" ,
Original file line number Diff line number Diff line change @@ -837,7 +837,7 @@ public function run()
837
837
838
838
DB ::table ('juegables ' )->insert ([
839
839
'juego_id ' => '34 ' ,
840
- 'juegable_id ' => '14 ' ,
840
+ 'juegable_id ' => '13 ' ,
841
841
'juegable_type ' => 'App\Models\Genero ' ,
842
842
]);
843
843
@@ -921,7 +921,7 @@ public function run()
921
921
922
922
DB ::table ('juegables ' )->insert ([
923
923
'juego_id ' => '40 ' ,
924
- 'juegable_id ' => '14 ' ,
924
+ 'juegable_id ' => '13 ' ,
925
925
'juegable_type ' => 'App\Models\Genero ' ,
926
926
]);
927
927
@@ -1077,7 +1077,7 @@ public function run()
1077
1077
1078
1078
DB ::table ('juegables ' )->insert ([
1079
1079
'juego_id ' => '50 ' ,
1080
- 'juegable_id ' => '14 ' ,
1080
+ 'juegable_id ' => '13 ' ,
1081
1081
'juegable_type ' => 'App\Models\Genero ' ,
1082
1082
]);
1083
1083
You can’t perform that action at this time.
0 commit comments