partkeepr

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

services.xml (747B)


      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.tip_of_the_day_service" class="PartKeepr\TipOfTheDayBundle\Services\TipOfTheDayService">
      9             <argument type="service" id="service_container"/>
     10             <argument type="service" id="doctrine.orm.entity_manager"/>
     11             <argument type="service" id="partkeepr.cronlogger_service"/>
     12             <argument type="service" id="partkeepr.remote_file_loader.factory"/>
     13         </service>
     14     </services>
     15 </container>