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 beefa63 commit 69ee58cCopy full SHA for 69ee58c
src/Eloquent/CompositeKeysModel.php
@@ -23,7 +23,7 @@ public function getAttribute($key)
23
if (! is_array($key)) {
24
return parent::getAttribute($key);
25
}
26
-
+
27
return null;
28
29
0 commit comments