Skip to content

Commit

Permalink
CS cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shehi authored Jan 14, 2020
1 parent 73ce6ea commit 942e2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ public function refresh()

$actualRelations = collect();
foreach ($this->relations as $key => $relation) {
if (!($relation instanceof Pivot)) {
if (! ($relation instanceof Pivot)) {
$actualRelations->put($key, $relation);
}
}
Expand Down

0 comments on commit 942e2c5

Please sign in to comment.