Skip to content

Commit

Permalink
Update Relation.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Feb 19, 2024
1 parent bcb286a commit ed378e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Relations/Relation.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

abstract class Relation implements BuilderContract
{
use ForwardsCalls, Conditionable, Tappable, Macroable {
use Conditionable, ForwardsCalls, Macroable, Tappable {
Macroable::__call as macroCall;
}

Expand Down

0 comments on commit ed378e0

Please sign in to comment.