diff options
Diffstat (limited to 'demos/northwind-db/protected/database/OrderDetail.php')
-rw-r--r-- | demos/northwind-db/protected/database/OrderDetail.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/northwind-db/protected/database/OrderDetail.php b/demos/northwind-db/protected/database/OrderDetail.php index 47f77351..c5e2f72b 100644 --- a/demos/northwind-db/protected/database/OrderDetail.php +++ b/demos/northwind-db/protected/database/OrderDetail.php @@ -24,4 +24,3 @@ class OrderDetail extends TActiveRecord return parent::finder($className); } } -?>
\ No newline at end of file |