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

15 lines
222 B
PHP

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