Completed
Branch develop-3.0 (93363f)
by Mohamed
02:56
created
app/Model/ProjectRelations.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -195,7 +195,15 @@
 block discarded – undo
195 195
             ->orderBy('position');
196 196
     }
197 197
 
198
+    /**
199
+     * @param string $foreignKey
200
+     */
198 201
     abstract public function hasMany($related, $foreignKey = null, $localKey = null);
199 202
 
203
+    /**
204
+     * @param string $table
205
+     * @param string $foreignKey
206
+     * @param string $otherKey
207
+     */
200 208
     abstract public function belongsToMany($related, $table = null, $foreignKey = null, $otherKey = null, $relation = null);
201 209
 }
Please login to merge, or discard this patch.