summaryrefslogtreecommitdiff
path: root/protected/models/Standort.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/models/Standort.php')
-rw-r--r--protected/models/Standort.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/protected/models/Standort.php b/protected/models/Standort.php
index 6052e1a..cfae1f2 100644
--- a/protected/models/Standort.php
+++ b/protected/models/Standort.php
@@ -63,6 +63,7 @@ class Standort extends CActiveRecord
// NOTE: you may need to adjust the relation name and the related
// class name for the relations automatically generated below.
return array(
+ "vereine"=>array(self::HAS_MANY, "Verein", array('standort_id'=>'id')),
);
}