-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update laravel/index.md file #2036
Conversation
- Added missing 'use' statements in the laravel/index.md for clarity - Fixed a typo in a Model usage - Corrected 'ProviderInterface::class' to 'provider' in ApiServiceProvider
Change 'provider' to ProviderInterface::class in laravel/index.md
Fix some docs about DTO
This PR fix this issue : api-platform/core#6717 |
Use the constructor property promotion syntax in ApiResource/Book
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!
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.
LGTM, but @soyuka could you take a look please?
Can you please rebase @noweh? I'll merge it after. |
Solves api-platform/core#6717