-
Notifications
You must be signed in to change notification settings - Fork 4
Add initial mailhog-command #1
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
Signed-off-by: Riddhesh Sanghvi <[email protected]>
Signed-off-by: Riddhesh Sanghvi <[email protected]>
Signed-off-by: Riddhesh Sanghvi <[email protected]>
Signed-off-by: Riddhesh Sanghvi <[email protected]>
Signed-off-by: Riddhesh Sanghvi <[email protected]>
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.
PR looks good. Just one change of variable name.
src/Mailhog_Command.php
Outdated
| /** | ||
| * @var array $db Object containing essential site related information. | ||
| */ | ||
| private $db; |
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.
Please change this variable name if it's used for site info and not the database. Maybe $site_data would be more suitable or $site.
$db is look like it's for getting db instance.
Signed-off-by: Riddhesh Sanghvi <[email protected]>
Depends on: EasyEngine/easyengine#1163
Depends on: EasyEngine/site-type-wp#7
Depends on: EasyEngine/easyengine#1143
Closes EasyEngine/site-type-wp#7
Add support for:
Signed-off-by: Riddhesh Sanghvi [email protected]