Completed
Push — erdiko2 ( 719271...84f584 )
by John
05:49
created
app/entities/User.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -101,22 +101,22 @@
 block discarded – undo
101 101
 
102 102
     public function getCreatedAt()
103 103
     { 
104
-      return $this->created_at;
104
+        return $this->created_at;
105 105
     }
106 106
     
107 107
     public function setCreatedAt($created)
108 108
     {
109
-      $this->created_at = $created;
109
+        $this->created_at = $created;
110 110
     }
111 111
 
112 112
     public function getUpdatedAt()
113 113
     { 
114
-      return $this->updated_at;
114
+        return $this->updated_at;
115 115
     }
116 116
     
117 117
     public function setUpdatedAt($updated)
118 118
     {
119
-      $this->updated_at = $updated;
119
+        $this->updated_at = $updated;
120 120
     }
121 121
 
122 122
     /** 
Please login to merge, or discard this patch.