Updated for new lnApp
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* @license http://dev.osbill.net/license.html
|
||||
*/
|
||||
class Model_Account_Oauth extends ORM_OSB {
|
||||
protected $_compress_column = array(
|
||||
'oauth_data',
|
||||
);
|
||||
|
||||
// Relationships
|
||||
protected $_has_one = array(
|
||||
'account' => array('foreign_key'=>'id'),
|
||||
|
Reference in New Issue
Block a user