mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
17 lines
617 B
YAML
17 lines
617 B
YAML
services:
|
|
notify.producer.pnotify:
|
|
parent: 'notify.producer.abstract'
|
|
class: Flasher\PFlasher\Prime\TestsProducer\PnotifyProducer
|
|
tags:
|
|
- { name: 'notify.producer', alias: 'pnotify' }
|
|
|
|
notify.renderer.pnotify:
|
|
class: Flasher\PFlasher\Prime\TestsRenderer\PnotifyRenderer
|
|
arguments:
|
|
- '@notify.config'
|
|
tags:
|
|
- { name: 'notify.renderer', alias: 'pnotify' }
|
|
|
|
Flasher\PFlasher\Prime\TestsProducer\PnotifyProducer: '@notify.producer.pnotify'
|
|
Flasher\PFlasher\Prime\TestsRenderer\PnotifyRenderer: '@notify.renderer.pnotify'
|