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.
2 parents 810b734 + 32e8767 commit e42909fCopy full SHA for e42909f
1 file changed
src/Traits/EntityTrait.php
@@ -76,6 +76,8 @@ public function __isset(string $key): bool
76
*/
77
public function __call(string $name, array $arguments)
78
{
79
+ $this->_verifyRelatable();
80
+
81
$verbs = ['has', 'set', 'add', 'remove'];
82
83
// Parse the name to check for supported relation verbs
0 commit comments