Skip to content

Commit 53c9783

Browse files
authored
[console] Fix contrib call. (hechoendrupal#32)
1 parent 5635ed9 commit 53c9783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConsoleApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ public function __construct(
3333
$version
3434
) {
3535
$this->container = $container;
36-
$this->addOptions();
3736
parent::__construct($name, $version);
37+
$this->addOptions();
3838
}
3939

4040
public function getTranslator()

0 commit comments

Comments
 (0)