mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
fix event dispatcher and call the storage service
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
services:
|
||||
notify.producer.pnotify:
|
||||
parent: 'notify.producer.abstract'
|
||||
flasher.factory.pnotify:
|
||||
parent: 'flasher.factory.abstract'
|
||||
class: Flasher\PFlasher\Prime\TestsProducer\PnotifyProducer
|
||||
tags:
|
||||
- { name: 'notify.producer', alias: 'pnotify' }
|
||||
- { name: 'flasher.factory', alias: 'pnotify' }
|
||||
|
||||
notify.renderer.pnotify:
|
||||
flasher.renderer.pnotify:
|
||||
class: Flasher\PFlasher\Prime\Renderer\PnotifyRenderer
|
||||
arguments:
|
||||
- '@notify.config'
|
||||
- '@flasher.config'
|
||||
tags:
|
||||
- { name: 'notify.renderer', alias: 'pnotify' }
|
||||
- { name: 'flasher.renderer', alias: 'pnotify' }
|
||||
|
||||
Flasher\PFlasher\Prime\TestsProducer\PnotifyProducer: '@notify.producer.pnotify'
|
||||
Flasher\PFlasher\Prime\Renderer\PnotifyRenderer: '@notify.renderer.pnotify'
|
||||
Flasher\PFlasher\Prime\TestsProducer\PnotifyProducer: '@flasher.factory.pnotify'
|
||||
Flasher\PFlasher\Prime\Renderer\PnotifyRenderer: '@flasher.renderer.pnotify'
|
||||
|
||||
Reference in New Issue
Block a user