Skip to content

Commit cf884f1

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2cbe219 + ec33c42 commit cf884f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mapping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function setAliases(array $aliases): self
148148
continue;
149149
}
150150

151-
$this->aliases[$property] = (array) $alias;
151+
$this->aliases[$property] = $alias;
152152
}
153153

154154
return $this;

0 commit comments

Comments
 (0)