hauling helper function

This commit is contained in:
2019-09-28 00:12:59 -05:00
parent 300a6e789c
commit 868858258e
+1 -1
View File
@@ -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',