diff options
Diffstat (limited to 'tests/simple_unit/SqlMap/domain/Category.php')
-rw-r--r-- | tests/simple_unit/SqlMap/domain/Category.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/simple_unit/SqlMap/domain/Category.php b/tests/simple_unit/SqlMap/domain/Category.php index db76edb4..895819e9 100644 --- a/tests/simple_unit/SqlMap/domain/Category.php +++ b/tests/simple_unit/SqlMap/domain/Category.php @@ -15,5 +15,3 @@ class Category public function getGuidString(){ return $this->_Guid; } public function setGuidString($value){ $this->_Guid = $value; } } - -?>
\ No newline at end of file |