Skip to content

Commit 69ee58c

Browse files
committed
Update code-style 💻
1 parent beefa63 commit 69ee58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Eloquent/CompositeKeysModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function getAttribute($key)
2323
if (! is_array($key)) {
2424
return parent::getAttribute($key);
2525
}
26-
26+
2727
return null;
2828
}
2929

0 commit comments

Comments
 (0)