Files
php-flasher/Resources/config/services.yaml
T
2020-12-02 00:57:12 +01:00

17 lines
579 B
YAML

services:
notify.producer.toastr:
parent: 'notify.producer.abstract'
class: Flasher\Toastr\Prime\Producer\ToastrProducer
tags:
- { name: 'notify.producer', alias: 'toastr' }
notify.renderer.toastr:
class: Flasher\Toastr\Prime\Renderer\ToastrRenderer
arguments:
- '@notify.config'
tags:
- { name: 'notify.renderer', alias: 'toastr' }
Flasher\Toastr\Prime\Producer\ToastrProducer: '@notify.producer.toastr'
Flasher\Toastr\Prime\Renderer\ToastrRenderer: '@notify.renderer.toastr'