- fixed comment

This commit is contained in:
Mark Friedrich
2018-07-20 23:25:27 +02:00
parent 835494b8b3
commit 627773e6bb

View File

@@ -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;