Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
set inServiceChecker for WebserverBlueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Speckmaier committed Sep 21, 2017
1 parent aaa9206 commit 9662fd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Blueprint/Webserver/WebserverProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public function boot() {

$webserverBlueprint->setSlashPrefixer( $c['slash-prefixer'] );

$webserverBlueprint->setInServiceChecker($c['in-service-checker']);

return $webserverBlueprint;
});
}
Expand Down

0 comments on commit 9662fd3

Please sign in to comment.