Skip to content

Commit

Permalink
missing properties resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
DavoodGhanbarpour committed Dec 15, 2023
1 parent c4d9188 commit 409f8dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Console/Commands/PublishStubsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
#[AsCommand(name: 'dto:stubs')]
final class PublishStubsCommand extends Command
{
/**
* @var string
*/
protected $name = 'dto:stubs';

/**
* @var string|null
*
* @deprecated
*/
protected static $defaultName = 'dto:stubs';

/**
* The name and signature of the console command.
*
Expand Down

0 comments on commit 409f8dd

Please sign in to comment.