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