HellcaseBattles : Fix 404 page
All checks were successful
Push image to registry / build-image (push) Successful in 3m6s
All checks were successful
Push image to registry / build-image (push) Successful in 3m6s
This commit is contained in:
@@ -166,7 +166,7 @@ class HellcaseBattlesJob extends HellcaseJob implements ShouldBeUniqueUntilProce
|
|||||||
$battleLink = explode("/", $battleLink);
|
$battleLink = explode("/", $battleLink);
|
||||||
try {
|
try {
|
||||||
HellcaseBattle::create([
|
HellcaseBattle::create([
|
||||||
"battle_id" => $battleLink[count($battleLink) - 1],
|
"battle_id" => $battleLink[count($battleLink)],
|
||||||
"value" => $battleValue,
|
"value" => $battleValue,
|
||||||
]);
|
]);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user