Completed
Push — master ( 95f600...52ee8c )
by kill
06:28
created
core/Model.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -58,6 +58,10 @@
 block discarded – undo
58 58
     public function update($data){
59 59
         return $this->db->update($this->table,$data);
60 60
     }
61
+
62
+    /**
63
+     * @param string $field
64
+     */
61 65
     public function field($field){
62 66
         $this->field=$field;
63 67
         return $this;
Please login to merge, or discard this patch.