Skip to content

Commit

Permalink
Merge pull request #1 from may-den/develop
Browse files Browse the repository at this point in the history
Removed use of Zend DI
  • Loading branch information
rickhewes committed Nov 23, 2015
2 parents 26ca9e8 + 0586430 commit d3d92e5
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions config/module.config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
di:
instance:
alias:
cron: Heartsentwined\Cron\Service\Cron
cron:
parameters:
#em: doctrine.entitymanager.orm_default
#can't inject EntityManager here; will pull from controller
scheduleAhead: 60
scheduleLifetime: 60
maxRunnintTime: 60
successLogLifetime: 300
failureLogLifetime: 10080
service_manager:
invokables:
cron: Heartsentwined\Cron\Service\Cron
doctrine:
driver:
cron_driver:
Expand Down

0 comments on commit d3d92e5

Please sign in to comment.