Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey authored and github-actions[bot] committed May 18, 2024
1 parent baf8ab3 commit 95de399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Concerns/ResolvesDomainFromInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected function beforeHandle()
};

// If the domain is not set, prompt for it
if (!$this->domain) {
if (! $this->domain) {
$this->domain = new Domain($this->promptForDomainName());
}

Expand Down

0 comments on commit 95de399

Please sign in to comment.