Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
fix: redstone in wrong category
Browse files Browse the repository at this point in the history
  • Loading branch information
na-teag committed Apr 13, 2024
1 parent c8c1aaa commit acd7689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeders/ProductSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function run(): void
"amount" => 40
]);

$armors->products()->create([
$alchemy->products()->create([
"name" => "poudre de redstone",
"icon" => "Redstone.webp",
"description" => "La poudre de redstone peut être obtenue en minant du minerai de redstone avec une pioche en fer ou de qualité supérieure, ou en vainquant une sorcière. ",
Expand Down

0 comments on commit acd7689

Please sign in to comment.