Commit ff2d68dc authored by pookey's avatar pookey

fixing doc error

parent 6365df0d
......@@ -167,6 +167,7 @@ class HydrationListener extends Doctrine_Record_Listener
$data = $event->data;
$data['fullname'] = $data['firstname'] . ' ' . $data['lastname'];
$event->data = $data;
}
}
</code>
......
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