Skip to content

Commit

Permalink
Merge pull request #53 from simonschaufi/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
christophrumpel authored Jun 21, 2020
2 parents 657da59 + 1a00f6a commit ec15d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/MakeFactoryReloadedCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function handle(): void

$this->askAboutLaravelStatesIfGiven();

$this->aksAboutOverwritingFactoriesIfNeeded();
$this->askAboutOverwritingFactoriesIfNeeded();

if ($this->factoryCollection->write()->isEmpty()) {
$this->info('No Files created.');
Expand Down Expand Up @@ -109,7 +109,7 @@ protected function askAboutLaravelStatesIfGiven(): void
}
}

protected function aksAboutOverwritingFactoriesIfNeeded(): void
protected function askAboutOverwritingFactoriesIfNeeded(): void
{
if (! $this->factoryCollection->atLeastOneFactoryReloadedExists()) {
return;
Expand Down

0 comments on commit ec15d74

Please sign in to comment.