mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
17 lines
579 B
YAML
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'
|