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