lookup helper issues

This commit is contained in:
2019-04-28 20:38:48 -05:00
parent 055a2137bb
commit 38efe4b598

View File

@@ -142,7 +142,7 @@ class LookupHelper {
} catch(\Seat\Eseye\Exceptions\RequestFailedException $e){
return $e->getEsiResponse();
}
dd($corporation);
//Save all of the data to the database
$corp = new CorporationToAlliance;
$corp->corporation_id = $corporation->corporation_id;