Skip to content

Commit ec9ad72

Browse files
author
Kristijan Stipić
committed
Create empty-ready construct on command generate
1 parent 79c710b commit ec9ad72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Resources/skeleton/command/Command.tpl.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
)]
1111
class <?= $class_name; ?> extends Command
1212
{
13+
public function __construct()
14+
{
15+
parent::__construct();
16+
}
17+
1318
protected function configure(): void
1419
{
1520
$this

0 commit comments

Comments
 (0)