tighten/lambo

Inject App\ConsoleWriter in via App\Action\* constructors

jonsugar opened this issue · 0 comments

class ConfigureFrontendFramework
    protected $shell;
    protected $consoleWriter;

-    public function __construct(Shell $shell, ConsoleWriter $consoleWriter)
+    public function __construct(Shell $shell)

from: #136@app/Actions/ConfigureFrontendFramework.php

mattstauffer Did I ask you to make this change when you stopped injecting the console writer? If so, I didn't mean it lol and i'll gladly be the one to take on the responsibility to fix it later.