structure helper

This commit is contained in:
2021-06-24 21:26:42 +09:00
parent 083422047c
commit 8f2036eecc

View File

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