Skip to content

Commit

Permalink
Add missing domain property
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Mar 27, 2024
1 parent 35c3dd6 commit 86fa8a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/MakeDomainCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class MakeDomainCommand extends Command implements PromptsForMissingInput

protected $description = 'Create a new domain';

protected string $domain;
protected mixed $domainStructure;
protected ?string $domainPath;
protected ?string $domainRootNamespace;
Expand Down

0 comments on commit 86fa8a7

Please sign in to comment.