-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor: Split up PostsController into multiple files #355
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #355 +/- ##
=========================================
Coverage 76.06% 76.06%
Complexity 126 126
=========================================
Files 32 32
Lines 305 305
=========================================
Hits 232 232
Misses 73 73 Continue to review full report at Codecov.
|
Manual testing of the Posts API via the frontend is required due to the high number of changes! |
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.
Just a small removal needed, other than that it LGTM
|
||
namespace App\Http\Controllers\Posts; | ||
|
||
trait CountByMonth |
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.
This file is unused, could be deleted
Closes #352