summaryrefslogtreecommitdiff
path: root/demos/northwind-db/protected/database/Region.php
diff options
context:
space:
mode:
Diffstat (limited to 'demos/northwind-db/protected/database/Region.php')
-rw-r--r--demos/northwind-db/protected/database/Region.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/northwind-db/protected/database/Region.php b/demos/northwind-db/protected/database/Region.php
index 2afa3501..c6e23485 100644
--- a/demos/northwind-db/protected/database/Region.php
+++ b/demos/northwind-db/protected/database/Region.php
@@ -11,7 +11,7 @@ class Region extends TActiveRecord
public $Territories=array();
- protected static $RELATIONS = array
+ public static $RELATIONS = array
(
'Territories' => array(self::HAS_MANY, 'Territory')
);