jonsugar opened this issue 4 years ago · 0 comments
In app/Commands/EditAfter.php
Change this:
try { app(SavedConfig::class)->createOrEditConfigFile("after"); }
to this:
try { $this->make(EditConfigFile::class)('after'); }