partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

actions.xml (611B)


      1 <?xml version="1.0" ?>
      2 
      3 <container xmlns="http://symfony.com/schema/dic/services"
      4            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      5            xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
      6 
      7     <services>
      8         <service id="partkeepr.grid_preset.mark_as_default"
      9                  class="PartKeepr\FrontendBundle\Action\MarkAsDefaultAction">
     10             <argument type="service" id="api.data_provider"/>
     11             <argument type="service" id="partkeepr.gridpresetservice"/>
     12         </service>
     13     </services>
     14 </container>