8000 finally · thaivanan/Laravel-API-Server@6eb5b2f · GitHub
[go: up one dir, main page]

Skip to content

Commit 6eb5b2f

Browse files
committed
finally
1 parent 44b29d0 commit 6eb5b2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

database/data/generos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
},
298298
{
299299
"nombre": "Survival Horror",
300-
"slug": "survival Horror"
300+
"slug": "survival-horror"
301301
},
302302
{
303303
"nombre": "TBS",

database/seeds/JuegableSeeder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ public function run()
837837

838838
DB::table('juegables')->insert([
839839
'juego_id' => '34',
840-
'juegable_id' => '14',
840+
'juegable_id' => '13',
841841
'juegable_type' => 'App\Models\Genero',
842842
]);
843843

@@ -921,7 +921,7 @@ public function run()
921921

922922
DB::table('juegables')->insert([
923923
'juego_id' => '40',
924-
'juegable_id' => '14',
924+
'juegable_id' => '13',
925925
'juegable_type' => 'App\Models\Genero',
926926
]);
927927

@@ -1077,7 +1077,7 @@ public function run()
10771077

10781078
DB::table('juegables')->insert([
10791079
'juego_id' => '50',
1080-
'juegable_id' => '14',
1080+
'juegable_id' => '13',
10811081
'juegable_type' => 'App\Models\Genero',
10821082
]);
10831083

0 commit comments

Comments
 (0)
0