Files
php-flasher/src/Noty/Prime/NotyPlugin.php
T
2022-06-07 23:58:35 +01:00

24 lines
426 B
PHP

<?php
/*
* This file is part of the PHPFlasher package.
* (c) Younes KHOUBZA <younes.khoubza@gmail.com>
*/
namespace Flasher\Noty\Prime;
use Flasher\Prime\Plugin\Plugin;
class NotyPlugin extends Plugin
{
/**
* {@inheritdoc}
*/
public function getScripts()
{
return array(
'https://cdn.jsdelivr.net/npm/@flasher/flasher-noty@1.0.18/dist/flasher-noty.min.js',
);
}
}