Skip to content

Commit

Permalink
Update GenerateCommand.php
Browse files Browse the repository at this point in the history
fix command
  • Loading branch information
Gappa authored May 25, 2020
1 parent 3efa55d commit c616090
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WebLoader/Nette/SymfonyConsole/GenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
*/
class GenerateCommand extends Command
{
/** @var string */
protected static $defaultName = 'webloader:generate';

/** @var Compiler[] */
private $compilers = [];
Expand Down

0 comments on commit c616090

Please sign in to comment.