From 868858258ed32c903737b488c273d6306df6bd6f Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 28 Sep 2019 00:12:59 -0500 Subject: [PATCH] hauling helper function --- app/Library/Hauling/HaulingHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Hauling/HaulingHelper.php b/app/Library/Hauling/HaulingHelper.php index 2447681..c98af15 100644 --- a/app/Library/Hauling/HaulingHelper.php +++ b/app/Library/Hauling/HaulingHelper.php @@ -31,7 +31,7 @@ class HaulingHelper { try { $route = $this->esi->invoke('get', '/route/{origin}/{destination}/', [ - 'route' => $system1->solar_system_id, + 'origin' => $system1->solar_system_id, 'destination' => $system2->solar_system_id, ])->setQueryString([ 'flag' => 'secure',