-
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
Release v0.4.0 #54
Release v0.4.0 #54
Conversation
…me domain, by removing the session from delivery routes. (#52)
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
ssh ec2-user@35.159.15.8 |
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.
all the features of the commits seem to work on pullpreview
PR Type
Enhancement, Tests, Bug fix
Description
CreateUserCommandTest
to includeapi_url
parameter and use PHP 8 attributes.ImageHandler
to removeFilePathHelper
dependency and addedpurgeDerivatives
method.void
toup
method in migration file.Changes walkthrough 📝
.phpstorm.meta.php
Update PHPStorm meta file for Laravel 11 and new commands.
.phpstorm.meta.php
ImageHandler.php
Refactor ImageHandler and add purgeDerivatives method.
app/Classes/MediaHandler/ImageHandler.php
FilePathHelper
dependency.purgeDerivatives
method.2019_08_19_000000_create_failed_jobs_table.php
Add return type to migration method.
database/migrations/2019_08_19_000000_create_failed_jobs_table.php
void
toup
method.CreateUserCommandTest.php
Enhance CreateUserCommandTest with API URL and PHP 8 attributes.
tests/Unit/CreateUserCommandTest.php
api_url
parameter to test cases.api_url
.