Skip to content

Commit 18a2af7

Browse files
authored
🩹 Pass missing $pages and $health parameters to the withRouting() parent (#448)
1 parent 2c9ebe5 commit 18a2af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Roots/Acorn/Configuration/ApplicationBuilder.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function withRouting(?Closure $using = null,
7575
$web = $path;
7676
}
7777

78-
parent::withRouting($using, $web, $api, $commands, $channels, $apiPrefix, $then);
78+
parent::withRouting($using, $web, $api, $commands, $channels, $pages, $health, $apiPrefix, $then);
7979

8080
if ($wordpress) {
8181
$this->app->handleWordPressRequests();

0 commit comments

Comments
 (0)