From 627773e6bb580f3c5116a45fec7b2c3666090e22 Mon Sep 17 00:00:00 2001 From: Mark Friedrich Date: Fri, 20 Jul 2018 23:25:27 +0200 Subject: [PATCH] - fixed comment --- app/main/model/structuremodel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/model/structuremodel.php b/app/main/model/structuremodel.php index 700eb1cc..05211e67 100644 --- a/app/main/model/structuremodel.php +++ b/app/main/model/structuremodel.php @@ -16,7 +16,7 @@ class StructureModel extends BasicModel { protected $table = 'structure'; /** - * categoryId (from CCP´s SDE) that holds all "groups" with structure "types" + * categoryId (from ESI) that holds all "groups" with structure "types" */ const CATEGORY_STRUCTURE_ID = 65;