Subject: | Documentation doesn't cover multiple aliases |
I wanted to have an attributed with multiple aliases.
Reading the source code I found that the following worked:
has 'value1' => (
alias => ['alias1', 'alias2', ...]
);
I just thought it would be nice if it were included in the
documentation. It would also reassure me that it was expected and
supported behaviour not likely to break in the next release :)