Files
php-flasher/Producer/ToastrProducer.php
T
2020-12-02 00:57:12 +01:00

15 lines
225 B
PHP

<?php
namespace Flasher\Toastr\Prime\Producer;
final class ToastrProducer extends \Flasher\Prime\AbstractFlasher
{
/**
* @inheritDoc
*/
public function getRenderer()
{
return 'toastr';
}
}