We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fc05b commit 5b41ab9Copy full SHA for 5b41ab9
src/Relations/JoinColumn.php
@@ -35,9 +35,8 @@ class JoinColumn
35
* @var string|null
36
*/
37
protected $onDelete = null;
38
-
+
39
/**
40
- *
41
42
43
protected $columnDefinition = null;
@@ -216,9 +215,8 @@ public function onDelete($onDelete = null)
216
215
217
return $this;
218
}
219
220
221
222
* @return string|null
223
224
public function getColumnDefinition()
0 commit comments