diff --git a/app/Library/Helpers/StructureHelper.php b/app/Library/Helpers/StructureHelper.php index c96d44da4..be2754a68 100644 --- a/app/Library/Helpers/StructureHelper.php +++ b/app/Library/Helpers/StructureHelper.php @@ -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();