We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72d1b8 commit 9061a10Copy full SHA for 9061a10
src/Balance.php
@@ -57,6 +57,6 @@ public function balanceable()
57
*/
58
public function reference()
59
{
60
- return $this->morphTo();
+ return $this->morphTo('referenceable');
61
}
62
0 commit comments