Commit e9a95274 authored by pbowyer's avatar pbowyer

Fixed missing comma in code example

parent 39b8a3e3
......@@ -291,7 +291,7 @@ class User extends Doctrine_Record
{
$this->hasMany('User as Friend', array('local' => 'user1',
'foreign' => 'user2',
'refClass' => 'UserReference'
'refClass' => 'UserReference',
'equal' => true,
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment