We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b44a1c commit 924c285Copy full SHA for 924c285
src/Relations/HasMany.php
@@ -17,15 +17,6 @@ public function getForeignKeyName()
17
return $this->foreignKey;
18
}
19
20
- /**
21
- * Get the plain foreign key.
22
- * @return string
23
- */
24
- public function getPlainForeignKey()
25
- {
26
- return $this->getForeignKeyName();
27
- }
28
-
29
/**
30
* Get the key for comparing against the parent key in "has" query.
31
* @return string
src/Relations/HasOne.php
@@ -26,15 +26,6 @@ public function getHasCompareKey()
return $this->getForeignKeyName();
32
33
34
35
36
37
38
39
* @inheritdoc
40
*/
0 commit comments