Skip to content

Commit ec33c42

Browse files
authored
Update Mapping.php
1 parent 8edf2d7 commit ec33c42

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
@@ -146,7 +146,7 @@ public function setAliases(array $aliases): self
146146
continue;
147147
}
148148

149-
$this->aliases[$property] = (array) $alias;
149+
$this->aliases[$property] = $alias;
150150
}
151151

152152
return $this;

0 commit comments

Comments
 (0)