Skip to content

Instantly share code, notes, and snippets.

@fluxdigital
Created March 16, 2023 22:34
Show Gist options
  • Save fluxdigital/52c8b6b34b1ee363d325ea27d0c89cf0 to your computer and use it in GitHub Desktop.
Save fluxdigital/52c8b6b34b1ee363d325ea27d0c89cf0 to your computer and use it in GitHub Desktop.
DI ServicesConfigurator config
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<services>
<configurator type="FluxiDigtal.Foundation.DependencyInjection.ServicesConfigurator, FluxiDigtal.Foundation.DependencyInjection">
</configurator>
</services>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment