summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/models/Client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/Client.php b/application/models/Client.php
index a32e6ce..19ddb0d 100644
--- a/application/models/Client.php
+++ b/application/models/Client.php
@@ -15,9 +15,9 @@ class Application_Model_Client
protected $_clientID;
protected $_groupID;
protected $_macadress;
- protected $_hardwarehash;
protected $_ip;
protected $_ip6;
+ protected $_hardwarehash;
protected $_created;
public function __construct(array $options = null)