structure helper
This commit is contained in:
@@ -99,7 +99,7 @@ class StructureHelper {
|
|||||||
* Search for a structure in our own database, otherwise pull it from esi.
|
* Search for a structure in our own database, otherwise pull it from esi.
|
||||||
*/
|
*/
|
||||||
public function GetStructureInfo($structureId) {
|
public function GetStructureInfo($structureId) {
|
||||||
$info = Struture::where([
|
$info = Structure::where([
|
||||||
'structure_id' => $structureId,
|
'structure_id' => $structureId,
|
||||||
])->first();
|
])->first();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user