-
Notifications
You must be signed in to change notification settings - Fork 55
Add HasSpatial trait
#75
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
Conversation
MatanYadaev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I left small comments.
HasSpatial trait
- update readme instruction - restore phpdoc ide hint - trailing newline for phpcs
|
Very welcome - it's my first ever open-source contribution, so I'm glad you like it. Updates pushed. |
MatanYadaev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have lint issues, please run composer run php-cs-fixer to fix these issues.
- typo & cs-fixer fix
|
Thanks! |
Hi - I made this small change locally to be more "the laravel way" and thought I'd share.