Minor fixes to statement, services and internal things
Many misc updates
This commit is contained in:
@@ -14,7 +14,7 @@ class Model_Module_Method_Token extends ORMOSB {
|
||||
// Relationships
|
||||
protected $_belongs_to = array(
|
||||
'account'=>array(),
|
||||
'module_method'=>array(),
|
||||
'module_method'=>array('foreign_key'=>'method_id'),
|
||||
);
|
||||
protected $_has_one = array(
|
||||
'record_id'=>array(),
|
||||
|
Reference in New Issue
Block a user