We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb5675 commit b767567Copy full SHA for b767567
src/Generator.php
@@ -55,6 +55,7 @@ public function __construct(
55
) {
56
$this->config = $config;
57
$this->view = $view;
58
+ $this->output = $output;
59
60
// Find the drivers to add to the extra/interfaces
61
$this->detectDrivers();
0 commit comments