lookup helper issues

This commit is contained in:
2019-04-28 20:43:07 -05:00
parent 0832330663
commit 0fb8434d20

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 = $corpId;