We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$pages
$health
withRouting()
1 parent 2c9ebe5 commit 18a2af7Copy full SHA for 18a2af7
‎src/Roots/Acorn/Configuration/ApplicationBuilder.php‎
@@ -75,7 +75,7 @@ public function withRouting(?Closure $using = null,
75
$web = $path;
76
}
77
78
- parent::withRouting($using, $web, $api, $commands, $channels, $apiPrefix, $then);
+ parent::withRouting($using, $web, $api, $commands, $channels, $pages, $health, $apiPrefix, $then);
79
80
if ($wordpress) {
81
$this->app->handleWordPressRequests();
0 commit comments