Skip to content

Commit

Permalink
Move data access down
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Nov 25, 2024
1 parent df8b192 commit 7baf419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Fluent.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function scope($key, $default = null)
(array) $this->get($key, $default)
);
}

/**
* Get all of the attributes from the fluent instance.
*
Expand Down

0 comments on commit 7baf419

Please sign in to comment.