Skip to content

Commit

Permalink
Roll back #420 as it appears to have broken Site Configuration Factory
Browse files Browse the repository at this point in the history
  • Loading branch information
beryllium committed Apr 8, 2019
1 parent 0a6d5c4 commit 429bcff
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -8,7 +8,7 @@
<service id="sculpin.matcher" class="dflydev\util\antPathMatcher\AntPathMatcher" />

<service id="sculpin.site_configuration_factory" class="Sculpin\Core\SiteConfiguration\SiteConfigurationFactory">
<argument>%kernel.project_dir%</argument>
<argument>%kernel.root_dir%</argument>
<argument>%kernel.environment%</argument>
</service>

Expand Down Expand Up @@ -86,7 +86,7 @@
</service>

<service id="sculpin.default_config_filesystem_data_source" class="Sculpin\Core\Source\ConfigFilesystemDataSource">
<argument>%kernel.project_dir%/config</argument>
<argument>%kernel.root_dir%/config</argument>
<argument type="service" id="sculpin.site_configuration" />
<argument type="service" id="sculpin.site_configuration_factory" />
<argument type="service" id="sculpin.matcher" />
Expand Down

0 comments on commit 429bcff

Please sign in to comment.