Completed
Pull Request — master (#56)
by
unknown
06:08
created
app/modules/Admin/Model/AdminUser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -145,6 +145,9 @@
 block discarded – undo
145 145
         }
146 146
     }
147 147
 
148
+    /**
149
+     * @param integer $active
150
+     */
148 151
     public function setActive($active)
149 152
     {
150 153
         $this->active = $active;
Please login to merge, or discard this patch.