Bug fixing, new map info dialog

This commit is contained in:
Exodus4D
2015-08-25 23:04:47 +02:00
parent e3591e5d05
commit 52957d1ac8
70 changed files with 3320 additions and 1452 deletions

View File

@@ -13,14 +13,14 @@ class UserMapModel extends BasicModel {
protected $table = 'user_map';
protected $fieldConf = array(
'userId' => array(
protected $fieldConf = [
'userId' => [
'belongs-to-one' => 'Model\UserModel'
),
'mapId' => array(
],
'mapId' => [
'belongs-to-one' => 'Model\MapModel'
)
);
]
];
/**
* see parent