-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eloquent\Model: supports to @property-read and @property-write #12
Labels
Comments
Wont-fix: API already consider that |
rentalhost
added a commit
that referenced
this issue
Jun 1, 2017
…ix, for now all should keep as `mixed`;
rentalhost
added a commit
that referenced
this issue
Jun 1, 2017
rentalhost
added a commit
that referenced
this issue
Jun 1, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
@property
is supported, but we need take care about@property-read
and@property-write
. It should acts exactly like@property
.To consider:
@property-read
;@property-write
;The text was updated successfully, but these errors were encountered: