Completed
Push — master ( 444d48...03a603 )
by Yaro
01:52
created
src/Jarboe/Table/Fields/Traits/Relations.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -254,6 +254,9 @@
 block discarded – undo
254 254
         return $this;
255 255
     }
256 256
 
257
+    /**
258
+     * @return integer
259
+     */
257 260
     abstract public function getModel();
258 261
     abstract public function isMultiple();
259 262
 }
Please login to merge, or discard this patch.