Skip to content

Commit 3a735c0

Browse files
committed
🧑‍💻 Use the parent Console Kernel construct
1 parent 3471424 commit 3a735c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Roots/Acorn/Console/Kernel.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ public function __construct(Application $app, Dispatcher $events)
8484
define('ARTISAN_BINARY', dirname(__DIR__, 4).'/bin/acorn');
8585
}
8686

87-
$this->app = $app;
88-
$this->events = $events;
87+
parent::__construct($app, $events);
8988
}
9089

9190
/**

0 commit comments

Comments
 (0)