summaryrefslogtreecommitdiff
path: root/tests/simple_unit/SqlMap/domain/User.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_unit/SqlMap/domain/User.php')
-rw-r--r--tests/simple_unit/SqlMap/domain/User.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/simple_unit/SqlMap/domain/User.php b/tests/simple_unit/SqlMap/domain/User.php
index b21712a3..1106d1e9 100644
--- a/tests/simple_unit/SqlMap/domain/User.php
+++ b/tests/simple_unit/SqlMap/domain/User.php
@@ -23,5 +23,3 @@ class User
public function getLastLogon(){ return $this->_LastLogon; }
public function setLastLogon($value){ $this->_LastLogon = $value; }
}
-
-?> \ No newline at end of file