Skip to content
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 app/Commands/EditAfter.php #140

Closed
jonsugar opened this issue Oct 1, 2020 · 0 comments
Closed

Refactor app/Commands/EditAfter.php #140

jonsugar opened this issue Oct 1, 2020 · 0 comments
Milestone

Comments

@jonsugar
Copy link
Collaborator

jonsugar commented Oct 1, 2020

In app/Commands/EditAfter.php

Change this:

try {
    app(SavedConfig::class)->createOrEditConfigFile("after");
}

to this:

try {
    $this->make(EditConfigFile::class)('after');
}
@jonsugar jonsugar added this to the Beta 4 (v1.0.0beta4) milestone Oct 1, 2020
@jonsugar jonsugar modified the milestones: Beta 4 (v1.0.0beta4), Post launch, v1.0.1 Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant