We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cacae40 + 3b4715e commit 15368c5Copy full SHA for 15368c5
src/AuthCommand.php
@@ -119,6 +119,8 @@ protected function exportBackend()
119
if ($this->confirm("The [HomeController.php] file already exists. Do you want to replace it?")) {
120
file_put_contents($controller, $this->compileControllerStub());
121
}
122
+ } else {
123
+ file_put_contents($controller, $this->compileControllerStub());
124
125
126
file_put_contents(
0 commit comments