Skip to content

Commit 81b0c16

Browse files
committed
Apply fixes from StyleCI
1 parent f8c6360 commit 81b0c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Http/Resources/ConditionallyLoadsAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public function whenAggregated($relationship, $column, $aggregate, $value = null
323323
if (func_num_args() < 5) {
324324
$default = new MissingValue;
325325
}
326-
326+
327327
$attribute = (string) Str::of($relationship)->snake()->append('_')->append($aggregate)->append('_')->finish($column);
328328

329329
if (! isset($this->resource->getAttributes()[$attribute])) {

0 commit comments

Comments
 (0)