Skip to content

Commit 9bd19df

Browse files
taylorotwellStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent c0bb0b1 commit 9bd19df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ protected function addCastAttributesToArray(array $attributes, array $mutatedAtt
265265
}
266266

267267
if ($this->isEnumCastable($key)) {
268-
$attributes[$key] = isset($attributes[$key] ) ? $attributes[$key]->value : null;
268+
$attributes[$key] = isset($attributes[$key]) ? $attributes[$key]->value : null;
269269
}
270270

271271
if ($attributes[$key] instanceof Arrayable) {

0 commit comments

Comments
 (0)