summaryrefslogtreecommitdiff
path: root/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php')
-rw-r--r--framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php b/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php
index 330d7c39..297c3eb2 100644
--- a/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php
+++ b/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php
@@ -6,7 +6,6 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
*/
@@ -64,7 +63,6 @@ Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelation');
* arguments as other finder methods of TActiveRecord, e.g. <tt>with_players('age < ?', 35)</tt>.
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
- * @version $Id$
* @package Prado\Data\ActiveRecord\Relations
* @since 3.1
*/