Skip to content

Commit 7823f9a

Browse files
authored
Update LiapConfigPublishCommand.php
1 parent cc4f797 commit 7823f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/LiapConfigPublishCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function handle(): int
3939
}
4040

4141
if ($this->isInstalled()) {
42-
return $this->fail();
42+
return $this->installFail();
4343
}
4444

4545
return $this->publishConfig();
@@ -84,7 +84,7 @@ private function isInstalled(): bool
8484
/**
8585
* Should run on command failure.
8686
*/
87-
private function fail(): int
87+
private function installFail(): int
8888
{
8989
$this->error(self::MESSAGE_ALREADY_INSTALLED);
9090

0 commit comments

Comments
 (0)